Skip to content

Commit

Permalink
chore(deps): update amazeeio/php docker tag to v8 (#445)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 9, 2022
1 parent 0581e4f commit b988c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazeeio/php:7.4-cli-drupal
FROM amazeeio/php:8.1-cli-drupal

COPY ./drupal/composer.* /app/
COPY ./drupal/assets /app/assets
Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG CLI_IMAGE
FROM ${CLI_IMAGE} as cli

FROM amazeeio/php:7.4-fpm
FROM amazeeio/php:8.1-fpm

COPY --from=cli /app /app

0 comments on commit b988c06

Please sign in to comment.