Skip to content

Commit ee1311d

Browse files
authored
Merge pull request #32 from hermit-os/bookworm
feat: upgrade to Debian Bookworm
2 parents 3700190 + 7cbb55c commit ee1311d

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)