]> source.dussan.org Git - rspamd.git/commitdiff
Dockerfile: Switch to bookworm 4532/head
authorManuel Rüger <manuel@rueg.eu>
Wed, 5 Jul 2023 20:41:14 +0000 (22:41 +0200)
committerManuel Rüger <manuel@rueg.eu>
Wed, 5 Jul 2023 20:41:14 +0000 (22:41 +0200)
docker/Dockerfile

index 04753b87a0ec129e2a5c691c272c6ea75c3dcd3f..48a04057115fc2814b58c0949615221d66bbda94 100644 (file)
@@ -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 \