summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorManuel Rüger <manuel@rueg.eu>2023-07-05 22:41:14 +0200
committerManuel Rüger <manuel@rueg.eu>2023-07-05 22:41:14 +0200
commite90c8f568533929f7a23594517088c0fed144bad (patch)
tree6961f2a2aaae4446fa3151fcabf9ef598ba35cff /docker
parent5d1c4e0143c4b3ee764448a27c28fd6e6a5b0035 (diff)
downloadrspamd-e90c8f568533929f7a23594517088c0fed144bad.tar.gz
rspamd-e90c8f568533929f7a23594517088c0fed144bad.zip
Dockerfile: Switch to bookworm
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 04753b87a..48a040571 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,6 +1,6 @@
-ARG DEBIAN_RELEASE=bullseye
+ARG DEBIAN_RELEASE=bookworm
FROM debian:${DEBIAN_RELEASE}-slim
-ARG DEBIAN_RELEASE=bullseye
+ARG DEBIAN_RELEASE=bookworm
ENV DEBIAN_RELEASE=$DEBIAN_RELEASE
RUN apt-get update && apt-get install -y --no-install-recommends \