Skip to content

Commit

Permalink
Merge pull request #32 from hermit-os/bookworm
Browse files Browse the repository at this point in the history
feat: upgrade to Debian Bookworm
  • Loading branch information
mkroening authored Aug 9, 2024
2 parents 3700190 + 7cbb55c commit ee1311d
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 ee1311d

Please sign in to comment.