File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV CARGO_HOME=/usr/local/cargo
1111ENV PATH=/usr/local/cargo/bin:${PATH}
1212
1313ARG RUSTUP_VERSION=1.25.1
14- ARG RUST_VERSION=1.61 .0
14+ ARG RUST_VERSION=1.66 .0
1515ARG RUST_ARCH=x86_64-unknown-linux-musl
1616
1717# https://github.com/sfackler/rust-openssl/issues/1462
@@ -27,7 +27,7 @@ RUN /tmp/rustup-init \
2727
2828FROM rust-base as dev-planner
2929
30- RUN cargo install --version 0.1.35 cargo-chef
30+ RUN cargo install --version 0.1.51 cargo-chef
3131
3232WORKDIR /usr/src/josh
3333COPY . .
@@ -44,7 +44,7 @@ RUN apk add --no-cache \
4444
4545WORKDIR /usr/src/josh
4646RUN rustup component add rustfmt
47- RUN cargo install --version 0.1.35 cargo-chef
47+ RUN cargo install --version 0.1.51 cargo-chef
4848RUN cargo install --verbose --version 0.10.0 graphql_client_cli
4949
5050RUN apk add --no-cache \
You can’t perform that action at this time.
0 commit comments