Skip to content

Commit 2fcdeec

Browse files
committed
Fix linter problem with inconsistent casing
1 parent ab2c159 commit 2fcdeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -a -installsuffix cgo -o beacon .
3737

3838
### RUNTIME IMAGE ###
3939

40-
FROM scratch as runtime-stage
40+
FROM scratch AS runtime-stage
4141
# copy the user files and switch to app user
4242
COPY --from=compile-stage /etc/passwd /etc/passwd
4343
COPY --from=compile-stage /etc/group /etc/group

0 commit comments

Comments
 (0)