File tree Expand file tree Collapse file tree 6 files changed +9
-7
lines changed
gateway/dstack-app/builder Expand file tree Collapse file tree 6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v4
2121
2222 - name : Install Rust
23- uses : dtolnay/rust-toolchain@1.86
23+ uses : dtolnay/rust-toolchain@master
2424 with :
25+ toolchain : 1.92.0
2526 components : clippy, rustfmt
2627
2728 - name : Run Clippy
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4
2424
2525 - name : Install Rust
26- uses : dtolnay/rust-toolchain@1.86
26+ uses : dtolnay/rust-toolchain@master
2727 with :
28+ toolchain : 1.92.0
2829 components : clippy, rustfmt
2930 # This additional target is needed for wasm32 compatibility check.
3031 targets : wasm32-unknown-unknown, thumbv6m-none-eabi
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5- FROM rust:1.86 .0@sha256:300ec56abce8cc9448ddea2172747d048ed902a3090e6b57babb2bf19f754081 AS gateway-builder
5+ FROM rust:1.92 .0@sha256:48851a839d6a67370c9dbe0e709bedc138e3e404b161c5233aedcf2b717366e4 AS gateway-builder
66COPY ./shared /build
77ARG DSTACK_REV
88WORKDIR /build
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5- FROM rust:1.86 .0@sha256:300ec56abce8cc9448ddea2172747d048ed902a3090e6b57babb2bf19f754081 AS kms-builder
5+ FROM rust:1.92 .0@sha256:48851a839d6a67370c9dbe0e709bedc138e3e404b161c5233aedcf2b717366e4 AS kms-builder
66COPY ./shared /build
77ARG DSTACK_REV
88ARG DSTACK_SRC_URL=https://github.com/Dstack-TEE/dstack.git
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 build :
99 context : .
1010 dockerfile_inline : |
11- FROM rust:1.86-alpine @sha256:661d708cc863ce32007cf46807a72062a80d2944a6fae9e0d83742d2e04d5375
11+ FROM rust:1.92.0 @sha256:48851a839d6a67370c9dbe0e709bedc138e3e404b161c5233aedcf2b717366e4
1212 WORKDIR /app
1313 RUN apk add --no-cache git build-base openssl-dev protobuf protobuf-dev perl
1414 RUN git clone https://github.com/a16z/helios && \
@@ -57,7 +57,7 @@ services:
5757 build :
5858 context : .
5959 dockerfile_inline : |
60- FROM rust:1.86 .0@sha256:300ec56abce8cc9448ddea2172747d048ed902a3090e6b57babb2bf19f754081
60+ FROM rust:1.92 .0@sha256:48851a839d6a67370c9dbe0e709bedc138e3e404b161c5233aedcf2b717366e4
6161 WORKDIR /app
6262 RUN apt-get update && apt-get install -y \
6363 git \
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5- FROM rust:1.86 .0@sha256:300ec56abce8cc9448ddea2172747d048ed902a3090e6b57babb2bf19f754081 AS verifier-builder
5+ FROM rust:1.92 .0@sha256:48851a839d6a67370c9dbe0e709bedc138e3e404b161c5233aedcf2b717366e4 AS verifier-builder
66COPY builder/shared /build/shared
77ARG DSTACK_REV
88ARG DSTACK_SRC_URL=https://github.com/Dstack-TEE/dstack.git
You can’t perform that action at this time.
0 commit comments