Skip to content

Commit

Permalink
feat: upgrade to Debian Bookworm
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Aug 8, 2024
1 parent 3700190 commit 7cbb55c
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,4 +1,4 @@
FROM rust:buster as builder
FROM rust:bookworm AS builder

RUN set -eux; \
apt-get update; \
Expand All @@ -22,7 +22,7 @@ ADD ./toolchain.sh /root/toolchain.sh
RUN ./toolchain.sh x86_64-hermit /opt/hermit


FROM rust:buster as toolchain
FROM rust:bookworm AS toolchain

RUN set -eux; \
apt-get update; \
Expand Down

0 comments on commit 7cbb55c

Please sign in to comment.