diff --git a/chombot-kcc.dockerfile b/chombot-kcc.dockerfile index cd9efed..84ded27 100644 --- a/chombot-kcc.dockerfile +++ b/chombot-kcc.dockerfile @@ -8,7 +8,7 @@ COPY . ./ RUN cargo build --bin chombot-kcc --release -FROM debian:bookworm-slim +FROM debian:trixie-slim ARG APP=/app RUN apt-get update \ diff --git a/chombot.dockerfile b/chombot.dockerfile index b6d2aec..92d9256 100644 --- a/chombot.dockerfile +++ b/chombot.dockerfile @@ -8,7 +8,7 @@ COPY . ./ RUN cargo build --bin chombot --release -FROM debian:bookworm-slim +FROM debian:trixie-slim ARG APP=/app RUN apt-get update \