We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8452072 commit 772be42Copy full SHA for 772be42
2 files changed
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 alpine:3.23.2
+FROM alpine:3.23.3
17
18
RUN apk add --update --no-cache \
19
ca-certificates \
private/bufpkg/bufremoteplugin/bufremoteplugindocker/testdata/success/Dockerfile
@@ -1,3 +1,3 @@
1
2
3
RUN echo "success"
0 commit comments