Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.15.0 as buf
FROM bufbuild/buf:1.64.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.15.0 as buf
FROM bufbuild/buf:1.64.0 as buf

FROM namely/protoc:1.42_2 as protoc

Expand Down
Loading