Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN composer install --no-interaction --no-progress \
# Run the phar file just to make sure it works.
RUN ./msml.phar

FROM php:8.5.2-fpm-alpine@sha256:014c142087e9cd4cfcc71475d49c652fac9ae4302685597e3558eab77f717af5
FROM php:8.5.2-fpm-alpine@sha256:506921c5cd6ad429ad3104c45f517ec3760a9389201378a81d482ffcc6c44905

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

Expand Down