Skip to content

Commit 7cbb55c

Browse files
committed
feat: upgrade to Debian Bookworm
Signed-off-by: Martin Kröning <[email protected]>
1 parent 3700190 commit 7cbb55c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:buster as builder
1+
FROM rust:bookworm AS builder
22

33
RUN set -eux; \
44
apt-get update; \
@@ -22,7 +22,7 @@ ADD ./toolchain.sh /root/toolchain.sh
2222
RUN ./toolchain.sh x86_64-hermit /opt/hermit
2323

2424

25-
FROM rust:buster as toolchain
25+
FROM rust:bookworm AS toolchain
2626

2727
RUN set -eux; \
2828
apt-get update; \

0 commit comments

Comments
 (0)