From dca092aae1578ae5063b0ffd564af15e996472d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 03:59:43 +0000 Subject: [PATCH] chore(deps): update bufbuild/buf docker tag to v1.23.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f87226f..864e1db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM chef AS planner COPY --link . . RUN cargo chef prepare --recipe-path recipe.json -FROM bufbuild/buf:1.22.0 as buf +FROM bufbuild/buf:1.23.0 as buf FROM namely/protoc:1.42_2 as protoc