Skip to content

Commit 2949d96

Browse files
authored
Merge pull request #427 from spejder/dependabot/docker/php-014c142
Bump php from `61d9071` to `014c142`
2 parents 37cdc61 + 679a42c commit 2949d96

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)