From aefc2f97bbca237ae7fe4ebc01bc213e0efa72ee Mon Sep 17 00:00:00 2001 From: Shivansh Vij Date: Wed, 20 Apr 2022 19:32:13 -0400 Subject: [PATCH] Updating buf builder --- protoc-gen-frisbee/dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protoc-gen-frisbee/dockerfile b/protoc-gen-frisbee/dockerfile index c1ee4df..df77a8b 100644 --- a/protoc-gen-frisbee/dockerfile +++ b/protoc-gen-frisbee/dockerfile @@ -2,7 +2,7 @@ FROM golang as builder ENV GOOS=linux GOARCH=amd64 CGO_ENABLED=0 -RUN go install github.com/loopholelabs/frisbee/protoc-gen-frisbee@v0.4.2 +RUN go install github.com/loopholelabs/frisbee/protoc-gen-frisbee@v0.4.3 # Note, the Docker images must be built for amd64. If the host machine architecture is not amd64 # you need to cross-compile the binary and move it into /go/bin. @@ -12,7 +12,7 @@ FROM scratch # Runtime dependencies LABEL "build.buf.plugins.runtime_library_versions.0.name"="github.com/loopholelabs/frisbee" -LABEL "build.buf.plugins.runtime_library_versions.0.version"="v0.4.2" +LABEL "build.buf.plugins.runtime_library_versions.0.version"="v0.4.3" COPY --from=builder /go/bin /