We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21ab5a commit 75e1375Copy full SHA for 75e1375
docker/base.Dockerfile
@@ -1,4 +1,4 @@
1
-ARG CARGO_CHEF_VERSION=0.1.68-rust-1.83-bullseye
+ARG CARGO_CHEF_VERSION=0.1.71-rust-1.85
2
FROM lukemathwalker/cargo-chef:${CARGO_CHEF_VERSION}
3
4
ARG PROTOC_VERSION=25.2
@@ -13,8 +13,7 @@ RUN case ${TARGETARCH} in \
13
esac \
14
&& wget https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VERSION}/protoc-${PROTOC_VERSION}-linux-${TARGETARCH}.zip -O ./protoc.zip \
15
&& unzip protoc.zip \
16
- && mv ./include/* /usr/include/ \
17
- && mv ./bin/protoc /usr/bin/protoc
+ && mv ./include/* /usr/include/
18
19
RUN case ${TARGETARCH} in \
20
"amd64") TARGETARCH=x86_64 ;; \
0 commit comments