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 ae0d970 commit a6ab898
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:-builder} as builder
FROM ${CLI_IMAGE:-builder} AS builder

FROM uselagoon/nginx:latest
COPY lagoon/nginx/nginx.conf /etc/nginx/conf.d/app.conf
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:-builder} as builder
FROM ${CLI_IMAGE:-builder} AS builder

FROM uselagoon/php-8.3-fpm:latest

Expand Down

0 comments on commit a6ab898

Please sign in to comment.