We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b03410 + 36a8090 commit d109a30Copy full SHA for d109a30
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.3-fpm-alpine@sha256:11987e1900d4888b00cb75b3f21c28964e808252ecaafcd865f3480ba97d7023
+FROM php:8.5.4-fpm-alpine@sha256:0b842919dc0aaed33eb5d57c7002f9f2d0120972d59db610cb6bdb69ad7624f0
16
17
COPY --from=build-env /opt/msml/msml.phar /opt/msml/msml.phar
18
0 commit comments