Skip to content

Commit 0e602a5

Browse files
Bump php from 61d9071 to 014c142
Bumps php from `61d9071` to `014c142`. --- updated-dependencies: - dependency-name: php dependency-version: 8.5.2-fpm-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c52cec9 commit 0e602a5

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.2-fpm-alpine@sha256:61d907150e23483d73402c290c5654297a177f28fbf1f5d52359d6ce9025b260
15+
FROM php:8.5.2-fpm-alpine@sha256:014c142087e9cd4cfcc71475d49c652fac9ae4302685597e3558eab77f717af5
1616

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

0 commit comments

Comments
 (0)