Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update bufbuild/buf docker tag to v1.33.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Jun 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ab74730 commit b341cda
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
@@ -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.33.0 as buf

FROM namely/protoc:1.42_2 as protoc

0 comments on commit b341cda

Please sign in to comment.