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 f6f4bc2 + 6e01ef5 commit 5b5bf79Copy full SHA for 5b5bf79
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