We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 162ad2f + 5392ad8 commit 5bbb035Copy full SHA for 5bbb035
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.1-cli-alpine AS php
+FROM php:8.5.3-cli-alpine AS php
12
13
# check what's already installed
14
RUN php -v; php -m
0 commit comments