We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2694aa4 + 96a1247 commit 2154534Copy full SHA for 2154534
Dockerfile
@@ -12,7 +12,7 @@ RUN composer install --no-interaction --no-progress \
12
# Run the phar file just to make sure it works.
13
RUN ./msml.phar
14
15
-FROM php:8.5.2-fpm-alpine@sha256:d4af20b0a2903e9111ce4daf3e56f52b3a04e2f4ad2a713f8969aac5d561fbeb
+FROM php:8.5.2-fpm-alpine@sha256:61d907150e23483d73402c290c5654297a177f28fbf1f5d52359d6ce9025b260
16
17
COPY --from=build-env /opt/msml/msml.phar /opt/msml/msml.phar
18
0 commit comments