Skip to content

Commit

Permalink
Giving defaults to CLI_IMAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaize Kaye committed Aug 5, 2024
1 parent b17523f commit 0a0eb5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lagoon/nginx.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CLI_IMAGE
ARG CLI_IMAGE=drupal-base-cli
FROM ${CLI_IMAGE} AS cli

FROM uselagoon/nginx-drupal:latest
Expand Down
2 changes: 1 addition & 1 deletion lagoon/php.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CLI_IMAGE
ARG CLI_IMAGE=drupal-base-cli
FROM ${CLI_IMAGE} AS cli

FROM uselagoon/php-8.3-fpm:latest
Expand Down

0 comments on commit 0a0eb5a

Please sign in to comment.