Skip to content

Commit

Permalink
Update Dockerfile to use uppercase 'AS' for builder stage
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Jan 3, 2025
1 parent 909e730 commit f706f5b
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 golang:1.23 as builder
FROM golang:1.23 AS builder
ARG GIT_VERSION
ARG GIT_COMMITSHA

Expand Down

0 comments on commit f706f5b

Please sign in to comment.