Skip to content

Commit fd90260

Browse files
chore(deps): update bufbuild/buf docker tag to v1.49.0
1 parent 7e51e05 commit fd90260

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.49.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.49.0 as buf
1010

1111
FROM namely/protoc:1.42_2 as protoc
1212

0 commit comments

Comments
 (0)