Skip to content

Commit

Permalink
chore: fix FromAsCasing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Jul 4, 2024
1 parent 9b2eaf6 commit ffee595
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,5 +1,5 @@
ARG CLI_IMAGE
FROM ${CLI_IMAGE} as 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,5 +1,5 @@
ARG CLI_IMAGE
FROM ${CLI_IMAGE} as cli
FROM ${CLI_IMAGE} AS cli

FROM uselagoon/php-8.3-fpm:latest

Expand Down

0 comments on commit ffee595

Please sign in to comment.