Skip to content

Commit

Permalink
Dockerfile: Fix lowercase as
Browse files Browse the repository at this point in the history
The ci outputs a warning since both FROM and AS keywords should be all
uppercase.

Signed-off-by: Jan Schintag <jan.schintag@de.ibm.com>
  • Loading branch information
jschintag committed Nov 28, 2024
1 parent 14c8991 commit eed4043
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,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.19 as builder
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.19 AS builder

ARG BUILDPLATFORM

Expand Down

0 comments on commit eed4043

Please sign in to comment.