File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ WORKDIR /src/dstack
2727RUN cargo build --release -p dstack-gateway
2828
2929# Runtime stage
30- FROM debian:bookworm@sha256:ced9eb5eca0a3ba2e29d0045513863b3baaee71cd8c2eed403c9f7d3eaccfd2b
30+ FROM debian:bookworm@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b
3131WORKDIR /app
3232
3333# Install runtime dependencies
@@ -42,7 +42,7 @@ RUN apt-get update && \
4242COPY --from=gateway-builder /src/dstack/target/release/dstack-gateway /usr/local/bin/dstack-gateway
4343
4444# Copy entrypoint script
45- COPY entrypoint.sh /app/entrypoint.sh
45+ COPY builder/ entrypoint.sh /app/entrypoint.sh
4646RUN chmod +x /app/entrypoint.sh
4747
4848# Store git revision for reproducibility
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN rustup target add x86_64-unknown-linux-musl
2424RUN cd dstack && cargo build --release -p dstack-gateway --target x86_64-unknown-linux-musl
2525RUN echo "${DSTACK_REV}" > /build/.GIT_REV
2626
27- FROM debian:bookworm@sha256:0d8498a0e9e6a60011df39aab78534cfe940785e7c59d19dfae1eb53ea59babe
27+ FROM debian:bookworm@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b
2828COPY ./shared /build
2929WORKDIR /build
3030RUN ./pin-packages.sh ./pinned-packages.txt && \
You can’t perform that action at this time.
0 commit comments