From 2254f0cbdbb69fe0fb970bbedb8bd32d0a8e29f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:23:37 +0400 Subject: [PATCH] Update bufbuild/buf Docker tag to v1.50.0 (#119) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b589095..4f68bd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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