From 433d80503d36f5dea9643481fb8877402f7837dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 06:12:59 +0000 Subject: [PATCH] chore(deps): update bufbuild/buf docker tag to v1.70.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d84b4f..5c9c63d 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.69.0 AS buf +FROM bufbuild/buf:1.70.0 AS buf FROM namely/protoc:1.42_2 AS protoc