Skip to content

Commit

Permalink
Dockerfile: capitalize "AS" in "FROM" statement to make linter happy (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacG authored Oct 1, 2024
1 parent 00b6ae4 commit 0636643
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
@@ -1,4 +1,4 @@
FROM gradle:8.7-jdk21 as build
FROM gradle:8.7-jdk21 AS build

WORKDIR /app
COPY --chown=gradle:gradle . /app
Expand Down

0 comments on commit 0636643

Please sign in to comment.