We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e5ac0 commit 884b7a1Copy full SHA for 884b7a1
Dockerfile.buf
@@ -13,7 +13,7 @@ ARG TARGETARCH
13
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
14
go build -ldflags "-s -w" -trimpath -buildvcs=false -o /go/bin/buf ./cmd/buf
15
16
-FROM --platform=${TARGETPLATFORM} alpine:3.21.3
+FROM alpine:3.21.3
17
18
RUN apk add --update --no-cache \
19
ca-certificates \
0 commit comments