Skip to content

Commit

Permalink
Update bufbuild/buf Docker tag to v1.50.0 (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent e46b388 commit 2254f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN set -x \
&& go install google.golang.org/protobuf/cmd/protoc-gen-go@$PROTOC_GO \
&& go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@$PROTOC_GO_GRPC

FROM bufbuild/buf:1.49.0
FROM bufbuild/buf:1.50.0

RUN mkdir /.cache && chmod 777 /.cache

Expand Down

0 comments on commit 2254f0c

Please sign in to comment.