Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployments/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN --mount=type=cache,target=/mc/go/build-cache,id=gocache \
# issues/502 and issues/743) and dominated CI duration on the happy
# path. Pinned by image digest for reproducibility; bash version follows
# the trixie suite. Currently delivers bash 5.2.37, statically linked.
FROM debian:trixie-slim@sha256:109e2c65005bf160609e4ba6acf7783752f8502ad218e298253428690b9eaa4b AS bash
FROM debian:trixie-slim@sha256:8d7a3dca57e62717b0f10897aca189da5d7acde3cc1ced657bdfd06ef5379576 AS bash
RUN apt-get update \
&& apt-get install -y --no-install-recommends bash-static \
&& rm -rf /var/lib/apt/lists/* \
Expand Down