Skip to content

Commit a49721e

Browse files
authored
Merge branch 'master' into dependabot/docker/python-3.14.5-alpine
2 parents 47ea407 + 5b5bf79 commit a49721e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN /usr/bin/composer -v
88
# PHP
99
#
1010
# https://hub.docker.com/_/php
11-
FROM php:8.5.5-cli-alpine AS php
11+
FROM php:8.5.6-cli-alpine AS php
1212

1313
# check what's already installed
1414
RUN php -v; php -m

0 commit comments

Comments
 (0)