We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96d3cf commit a0ae21cCopy full SHA for a0ae21c
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG PHP_VERSION=8.3.14
+ARG PHP_VERSION=8.4.1
2
3
FROM php:${PHP_VERSION}-fpm-alpine
4
LABEL maintainer="Milos Svasek <Milos@Svasek.net>" \
README.md
@@ -12,7 +12,7 @@ Docker image based on official "fpm-alpine" PHP image.
12
13
14
## WARNING:
15
-* The tag `latest` and `8` has been moved to the PHP `8.3`.
+* The tag `latest` and `8` has been moved to the PHP `8.4`.
16
* The tag `latest` has been moved from branch `7.4` to `8.2` as PHP 7.4 reached end of life.
17
* If you want to continue using PHP in version 7.4 please use tag `7` or `7.4` instead.
18
0 commit comments