Skip to content

Commit 1711429

Browse files
chore(deps): update bufbuild/buf docker tag to v1.42.0
1 parent bbbd3f7 commit 1711429

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

servers/reader/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM chef AS planner
66
COPY --link . .
77
RUN cargo chef prepare --recipe-path recipe.json
88

9-
FROM bufbuild/buf:1.15.0 as buf
9+
FROM bufbuild/buf:1.42.0 as buf
1010

1111
FROM namely/protoc:1.42_2 as protoc
1212

servers/translator/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM chef AS planner
66
COPY --link . .
77
RUN cargo chef prepare --recipe-path recipe.json
88

9-
FROM bufbuild/buf:1.15.0 as buf
9+
FROM bufbuild/buf:1.42.0 as buf
1010

1111
FROM namely/protoc:1.42_2 as protoc
1212

0 commit comments

Comments
 (0)