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 0a23a68 + 8eab445 commit 4e65895Copy full SHA for 4e65895
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.7-cli-alpine AS php
+FROM php:8.5.8-cli-alpine AS php
12
13
# check what's already installed
14
RUN php -v; php -m
0 commit comments