From: Manuel RĂ¼ger Date: Wed, 5 Jul 2023 20:41:14 +0000 (+0200) Subject: Dockerfile: Switch to bookworm X-Git-Tag: 3.6~42^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4532%2Fhead;p=thirdparty%2Frspamd.git Dockerfile: Switch to bookworm --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 04753b87a0..48a0405711 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 \