Skip to content

Commit f706f5b

Browse files
committed
Update Dockerfile to use uppercase 'AS' for builder stage
Signed-off-by: Lee Calcote <[email protected]>
1 parent 909e730 commit f706f5b

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 golang:1.23 as builder
1+
FROM golang:1.23 AS builder
22
ARG GIT_VERSION
33
ARG GIT_COMMITSHA
44

0 commit comments

Comments
 (0)