diff --git a/Dockerfile b/Dockerfile index 965792e..0eb2fb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN cargo --version #RUN make cache-bust RUN cargo build --release -FROM debian:bullseye as conductor +FROM debian:bookworm as conductor LABEL org.opencontainers.image.source https://git.batsense.net/librepages/conductor RUN apt-get update && apt-get install -y ca-certificates RUN useradd -ms /bin/bash -u 1001 conductor