We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbd3f7 commit 1711429Copy full SHA for 1711429
servers/reader/Dockerfile
@@ -6,7 +6,7 @@ FROM chef AS planner
6
COPY --link . .
7
RUN cargo chef prepare --recipe-path recipe.json
8
9
-FROM bufbuild/buf:1.15.0 as buf
+FROM bufbuild/buf:1.42.0 as buf
10
11
FROM namely/protoc:1.42_2 as protoc
12
servers/translator/Dockerfile
0 commit comments