Skip to content

Commit

Permalink
Correct hash for 1.79.0-slim-bookworm docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Jun 13, 2024
1 parent 03445b3 commit 253cf32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orchestration/runtime/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# rust:1.79.0-slim-bookworm as of June 13th, 2024 (GMT)
FROM --platform=linux/amd64 rust@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb as deterministic
# rust:1.79.0-slim-bookworm as of June 14th, 2024 (GMT)
FROM --platform=linux/amd64 rust@sha256:fa189cd885739dd17fc6bb4e132687fce43f2bf42983c0ac39b60e4943201e9c as deterministic

# Move to a Debian package snapshot
RUN rm -rf /etc/apt/sources.list.d/debian.sources && \
Expand Down

0 comments on commit 253cf32

Please sign in to comment.