Skip to content

Commit 0636643

Browse files
authored
Dockerfile: capitalize "AS" in "FROM" statement to make linter happy (#225)
1 parent 00b6ae4 commit 0636643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gradle:8.7-jdk21 as build
1+
FROM gradle:8.7-jdk21 AS build
22

33
WORKDIR /app
44
COPY --chown=gradle:gradle . /app

0 commit comments

Comments
 (0)