diff --git a/Dockerfile b/Dockerfile index ff3b3a8..055b775 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY ./backend /app RUN cargo build --release # Runtime stage -FROM debian:bookworm-slim AS run +FROM debian:trixie-slim AS run RUN apt-get update && \ apt-get install -y ca-certificates && \ apt-get clean && \ @@ -22,4 +22,4 @@ COPY --from=build-frontend /app/dist /app/public COPY --from=build-backend /app/target/release/pinging /app/pinging USER nobody EXPOSE 8000/tcp 8888/udp -ENTRYPOINT ["/app/pinging"] \ No newline at end of file +ENTRYPOINT ["/app/pinging"]