Skip to content

Commit 1b59873

Browse files
committed
Update Debian to bookworm in Dockerfile
1 parent ece4a98 commit 1b59873

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rust:1.79.0-slim-bookworm as builder-arm64
1+
FROM --platform=linux/amd64 rust:1.79.0-bookworm as builder-arm64
22

33
RUN apt update && apt upgrade -y
44
RUN apt install -y g++-arm-linux-gnueabihf libc6-dev-armhf-cross
@@ -14,7 +14,7 @@ ENV CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc \
1414

1515

1616

17-
FROM --platform=linux/amd64 rust:1.79.0-slim-bookworm as builder-amd64
17+
FROM --platform=linux/amd64 rust:1.79.0-bookworm as builder-amd64
1818

1919
ENV RUST_TARGET=x86_64-unknown-linux-gnu
2020

@@ -30,7 +30,7 @@ RUN cargo build --release --target ${RUST_TARGET} --all-features
3030

3131
RUN cp /code/target/${RUST_TARGET}/release/scrolls /scrolls
3232

33-
FROM debian:buster-slim
33+
FROM debian:bookworm-slim
3434

3535
RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
3636

0 commit comments

Comments
 (0)