Skip to content

Commit 72385ca

Browse files
Bump php from 8.5.1-cli-alpine to 8.5.3-cli-alpine
Bumps php from 8.5.1-cli-alpine to 8.5.3-cli-alpine. --- updated-dependencies: - dependency-name: php dependency-version: 8.5.3-cli-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4ffb25 commit 72385ca

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)