We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37cdc61 + 679a42c commit 2949d96Copy full SHA for 2949d96
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:61d907150e23483d73402c290c5654297a177f28fbf1f5d52359d6ce9025b260
+FROM php:8.5.2-fpm-alpine@sha256:014c142087e9cd4cfcc71475d49c652fac9ae4302685597e3558eab77f717af5
16
17
COPY --from=build-env /opt/msml/msml.phar /opt/msml/msml.phar
18
0 commit comments