Skip to content

Commit 5bbb035

Browse files
authored
Merge pull request #69 from elecena/dependabot/docker/php-8.5.3-cli-alpine
Bump php from 8.5.1-cli-alpine to 8.5.3-cli-alpine
2 parents 162ad2f + 5392ad8 commit 5bbb035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1-cli-alpine AS php
11+
FROM php:8.5.3-cli-alpine AS php
1212

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

0 commit comments

Comments
 (0)