Skip to content

Commit 75e1375

Browse files
authored
chore(docker): update base chef version to '0.1.71-rust-1.85' (#1258)
1 parent a21ab5a commit 75e1375

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker/base.Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG CARGO_CHEF_VERSION=0.1.68-rust-1.83-bullseye
1+
ARG CARGO_CHEF_VERSION=0.1.71-rust-1.85
22
FROM lukemathwalker/cargo-chef:${CARGO_CHEF_VERSION}
33

44
ARG PROTOC_VERSION=25.2
@@ -13,8 +13,7 @@ RUN case ${TARGETARCH} in \
1313
esac \
1414
&& wget https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VERSION}/protoc-${PROTOC_VERSION}-linux-${TARGETARCH}.zip -O ./protoc.zip \
1515
&& unzip protoc.zip \
16-
&& mv ./include/* /usr/include/ \
17-
&& mv ./bin/protoc /usr/bin/protoc
16+
&& mv ./include/* /usr/include/
1817

1918
RUN case ${TARGETARCH} in \
2019
"amd64") TARGETARCH=x86_64 ;; \

0 commit comments

Comments
 (0)