commit e90c8f5: Dockerfile: Switch to bookworm

Manuel Rüger manuel at rueg.eu
Thu Jul 6 20:56:03 UTC 2023


Author: Manuel Rüger
Date: 2023-07-05 22:41:14 +0200
URL: https://github.com/rspamd/rspamd/commit/e90c8f568533929f7a23594517088c0fed144bad (refs/pull/4532/head)

Dockerfile: Switch to bookworm

---
 docker/Dockerfile | 4 ++--
 1 file 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 \


More information about the Commits mailing list