Skip to content

Commit ea75ee3

Browse files
chore(deps): update bufbuild/buf docker tag to v1.41.0
1 parent 3738a20 commit ea75ee3

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.41.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.41.0 as buf
1010

1111
FROM namely/protoc:1.42_2 as protoc
1212

0 commit comments

Comments
 (0)