File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
33RUN apt update && apt upgrade -y
44RUN 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
1919ENV RUST_TARGET=x86_64-unknown-linux-gnu
2020
@@ -30,7 +30,7 @@ RUN cargo build --release --target ${RUST_TARGET} --all-features
3030
3131RUN cp /code/target/${RUST_TARGET}/release/scrolls /scrolls
3232
33- FROM debian:buster -slim
33+ FROM debian:bookworm -slim
3434
3535RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
3636
You can’t perform that action at this time.
0 commit comments