From a5f5b599f1eb500412755476d5439ee2cbacb94a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 18:22:08 +0000 Subject: [PATCH] chore(deps): update bufbuild/buf docker tag to v1.25.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3fdb41b..c4c606f 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.25.0 as buf +FROM bufbuild/buf:1.25.1 as buf FROM namely/protoc:1.42_2 as protoc