Skip to content

Commit

Permalink
mimir-build-image: Upgrade to google.golang.org/protobuf/cmd/protoc-g…
Browse files Browse the repository at this point in the history
[email protected]

Signed-off-by: Arve Knudsen <[email protected]>
  • Loading branch information
aknuds1 committed Oct 7, 2024
1 parent cd1294b commit 8a15d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mimir-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN git clone --depth 1 --branch ${SKOPEO_VERSION} https://github.com/containers

RUN GO111MODULE=on \
go install github.com/client9/misspell/cmd/[email protected] && \
go install github.com/golang/protobuf/protoc-gen-go@v1.3.1 && \
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0 && \
go install github.com/gogo/protobuf/[email protected] && \
go install github.com/weaveworks/tools/cover@bdd647e92546027e12cdde3ae0714bb495e43013 && \
go install github.com/fatih/[email protected] && \
Expand Down

0 comments on commit 8a15d77

Please sign in to comment.