We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094e139 commit 59d3f9dCopy full SHA for 59d3f9d
images/8.4-apache/Dockerfile
@@ -1,6 +1,6 @@
1
# docker build -t devwithlando/php:8.4-apache-4 .
2
3
-FROM php:8.4.0RC2-apache-bookworm
+FROM php:8.4-apache-bookworm
4
5
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
6
images/8.4-fpm/Dockerfile
# docker build -t devwithlando/php:8.4-fpm-4 .
-FROM php:8.4.0RC2-fpm-bookworm
+FROM php:8.4-fpm-bookworm
0 commit comments