Skip to content

Commit

Permalink
Merge pull request #82 from GiganticMinecraft/renovate/bufbuild-buf-1.x
Browse files Browse the repository at this point in the history
chore(deps): update bufbuild/buf docker tag to v1.14.0
  • Loading branch information
Lucky3028 authored Feb 12, 2023
2 parents 3162147 + 57c3e7c commit 90e568e
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 90e568e

Please sign in to comment.