Skip to content

Commit

Permalink
chore(deps): update bufbuild/buf docker tag to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2023
1 parent 3162147 commit 57c3e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion servers/reader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM chef AS planner
COPY --link . .
RUN cargo chef prepare --recipe-path recipe.json

FROM bufbuild/buf:1.13.1 as buf
FROM bufbuild/buf:1.14.0 as buf

FROM namely/protoc:1.42_2 as protoc

Expand Down
2 changes: 1 addition & 1 deletion servers/translator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM chef AS planner
COPY --link . .
RUN cargo chef prepare --recipe-path recipe.json

FROM bufbuild/buf:1.13.1 as buf
FROM bufbuild/buf:1.14.0 as buf

FROM namely/protoc:1.42_2 as protoc

Expand Down

0 comments on commit 57c3e7c

Please sign in to comment.