Skip to content

Commit

Permalink
Updating buf builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanshVij committed Apr 20, 2022
1 parent 7813af6 commit aefc2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protoc-gen-frisbee/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang as builder

ENV GOOS=linux GOARCH=amd64 CGO_ENABLED=0

RUN go install github.com/loopholelabs/frisbee/[email protected].2
RUN go install github.com/loopholelabs/frisbee/[email protected].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.
Expand All @@ -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 /

Expand Down

0 comments on commit aefc2f9

Please sign in to comment.