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 a63b581 commit b9d7995Copy full SHA for b9d7995
containers/php/Dockerfile
@@ -1,7 +1,7 @@
1
ARG PHP_EXTENSIONS="pcntl redis"
2
ARG ADDITIONAL_PACKAGES="bash rclone sqlite"
3
4
-FROM php:8.4.14-fpm-alpine AS base
+FROM php:8.5.0-fpm-alpine AS base
5
WORKDIR /var/www/html
6
# install software needed for all environments
7
COPY --from=docker.io/composer:2.9.2 /usr/bin/composer /usr/local/bin/composer
0 commit comments