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.
2 parents 47ea407 + 5b5bf79 commit a49721eCopy full SHA for a49721e
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ RUN /usr/bin/composer -v
8
# PHP
9
#
10
# https://hub.docker.com/_/php
11
-FROM php:8.5.5-cli-alpine AS php
+FROM php:8.5.6-cli-alpine AS php
12
13
# check what's already installed
14
RUN php -v; php -m
0 commit comments