Skip to content

Commit d109a30

Browse files
authored
Merge pull request #438 from spejder/dependabot/docker/php-8.5.4-fpm-alpine
Bump php from 8.5.3-fpm-alpine to 8.5.4-fpm-alpine
2 parents 4b03410 + 36a8090 commit d109a30

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
@@ -12,7 +12,7 @@ RUN composer install --no-interaction --no-progress \
1212
# Run the phar file just to make sure it works.
1313
RUN ./msml.phar
1414

15-
FROM php:8.5.3-fpm-alpine@sha256:11987e1900d4888b00cb75b3f21c28964e808252ecaafcd865f3480ba97d7023
15+
FROM php:8.5.4-fpm-alpine@sha256:0b842919dc0aaed33eb5d57c7002f9f2d0120972d59db610cb6bdb69ad7624f0
1616

1717
COPY --from=build-env /opt/msml/msml.phar /opt/msml/msml.phar
1818

0 commit comments

Comments
 (0)