mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Move from bullseye-slim to bookworm-slim
Also moves from bullseye in the processor to bullseye-slim. This requires adding back the apt intall, yet the tests/docker cache should handle it. Minimizes processor image surface, hopefully also shrinks the CI down a bit.
This commit is contained in:
@@ -29,7 +29,7 @@ RUN --mount=type=cache,target=/root/.cargo \
|
||||
mv /serai/target/release/serai-message-queue /serai/bin
|
||||
|
||||
# Prepare Image
|
||||
FROM debian:bullseye-slim as image
|
||||
FROM debian:bookworm-slim as image
|
||||
LABEL description="STAGE 2: Copy and Run"
|
||||
|
||||
WORKDIR /home/serai
|
||||
|
||||
Reference in New Issue
Block a user