Skip to content

Commit ea35eef

Browse files
Update debian Docker tag to trixie-20260505
1 parent 9e170b2 commit ea35eef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.docker/Dockerfile.creusot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage: install Creusot from source
2-
FROM debian:13 AS builder
2+
FROM debian:trixie-20260505 AS builder
33
SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
44

55
# Install build dependencies
@@ -45,7 +45,7 @@ RUN --mount=type=cache,target=/root/.cargo/registry \
4545
opam clean --all-switches --download-cache --logs --repo-cache
4646

4747
# ---- Final stage ----
48-
FROM debian:13
48+
FROM debian:trixie-20260505
4949
SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
5050

5151
# Install runtime dependencies

0 commit comments

Comments
 (0)