Skip to content

Commit 5b5bf79

Browse files
authored
Merge pull request #74 from elecena/dependabot/docker/php-8.5.6-cli-alpine
Bump php from 8.5.5-cli-alpine to 8.5.6-cli-alpine
2 parents f6f4bc2 + 6e01ef5 commit 5b5bf79

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)