Skip to content

Commit

Permalink
Correct FromAsCasing: 'as' and 'FROM' keywords' casing do not match
Browse files Browse the repository at this point in the history
  • Loading branch information
wwtamu committed Aug 8, 2024
1 parent d55690f commit 24afaf5
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 @@ -5,7 +5,7 @@ ARG HOME_DIR=/$USER_NAME
ARG SOURCE_DIR=$HOME_DIR/source

# Maven stage.
FROM maven:3-eclipse-temurin-17-alpine as maven
FROM maven:3-eclipse-temurin-17-alpine AS maven
ARG USER_ID
ARG USER_NAME
ARG HOME_DIR
Expand Down

0 comments on commit 24afaf5

Please sign in to comment.