Skip to content

Commit a0ae21c

Browse files
committed
feat: Updated PHP to version 8.4.1
1 parent d96d3cf commit a0ae21c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.3.14
1+
ARG PHP_VERSION=8.4.1
22

33
FROM php:${PHP_VERSION}-fpm-alpine
44
LABEL maintainer="Milos Svasek <Milos@Svasek.net>" \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Docker image based on official "fpm-alpine" PHP image.
1212

1313

1414
## WARNING:
15-
* The tag `latest` and `8` has been moved to the PHP `8.3`.
15+
* The tag `latest` and `8` has been moved to the PHP `8.4`.
1616
* The tag `latest` has been moved from branch `7.4` to `8.2` as PHP 7.4 reached end of life.
1717
* If you want to continue using PHP in version 7.4 please use tag `7` or `7.4` instead.
1818

0 commit comments

Comments
 (0)