Skip to content

Commit

Permalink
Merge pull request #91 from spejder/dependabot/docker/php-7.4.16-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 6, 2021
2 parents 57208e5 + 670f011 commit 31fe0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /opt/msml
RUN composer install --prefer-dist
RUN ./vendor/bin/box compile --verbose --no-interaction

FROM php:7.4.15-alpine
FROM php:7.4.16-alpine

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

Expand Down

0 comments on commit 31fe0b3

Please sign in to comment.