Skip to content

Commit

Permalink
chore: remove image shas for multiplatform build
Browse files Browse the repository at this point in the history
  • Loading branch information
philjb committed Dec 26, 2023
1 parent 2dbe878 commit 7acf1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Leveraging the pre-built Docker images with
# cargo-chef and the Rust toolchain
FROM lukemathwalker/cargo-chef:latest-rust-1.74-bookworm@sha256:f2f6e652c5aa759f9ff6b1f97062da912babc9c92641156c0c1723690448d384 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.74-bookworm AS chef
WORKDIR app

FROM chef AS planner
Expand All @@ -16,7 +16,7 @@ COPY . .
RUN cargo build --release --bin sinker

# We do not need the Rust toolchain to run the binary!
FROM debian:bookworm-slim@sha256:45287d89d96414e57c7705aa30cb8f9836ef30ae8897440dd8f06c4cff801eec
FROM debian:bookworm-slim

RUN apt update \
&& apt install --yes ca-certificates libssl3 --no-install-recommends \
Expand Down

0 comments on commit 7acf1ac

Please sign in to comment.