We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf1c23 commit 869a747Copy full SHA for 869a747
containers/php/Dockerfile
@@ -1,7 +1,7 @@
1
ARG PHP_EXTENSIONS="pcntl"
2
ARG ADDITIONAL_PACKAGES="rclone sqlite"
3
4
-FROM docker.io/php:8.4.3-fpm-alpine AS base
+FROM php:8.4.4-fpm-alpine AS base
5
WORKDIR /var/www/html
6
# install software needed for all environments
7
COPY --from=docker.io/composer:2.8.5 /usr/bin/composer /usr/local/bin/composer
0 commit comments