Skip to content

Commit 84f5921

Browse files
Bump php from 8.5.4-fpm-alpine to 8.5.5-fpm-alpine
Bumps php from 8.5.4-fpm-alpine to 8.5.5-fpm-alpine. --- updated-dependencies: - dependency-name: php dependency-version: 8.5.5-fpm-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc64ca6 commit 84f5921

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
@@ -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.4-fpm-alpine@sha256:0b842919dc0aaed33eb5d57c7002f9f2d0120972d59db610cb6bdb69ad7624f0
15+
FROM php:8.5.5-fpm-alpine@sha256:6059a5ca192294aa012f4ca327ed9b531dfeb51f81b645c556a18f5f8ac0b4ae
1616

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

0 commit comments

Comments
 (0)