Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Aug 8, 2024
1 parent c8c15cd commit 9553df1
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 --platform=${BUILDPLATFORM} golang:1.22 AS build
FROM --platform=${BUILDPLATFORM} golang:1.22 AS builder

# The TARGETOS and TARGETARCH args are set by docker. We set GOOS and GOARCH to
# these values to ask Go to compile a binary for these architectures. If
Expand Down

0 comments on commit 9553df1

Please sign in to comment.