From d6b2b5b40ef2643005078807da7ca7dcce82505a Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 16 May 2023 14:42:06 +0930 Subject: [PATCH] fix(repo): lock dovecot repo to specified version !3 --- dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 3bb6f54..4861364 100644 --- a/dockerfile +++ b/dockerfile @@ -29,7 +29,8 @@ RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends RUN curl https://repo.dovecot.org/DOVECOT-REPO-GPG | gpg --import && \ gpg --export ED409DA1 > /etc/apt/trusted.gpg.d/dovecot.gpg -RUN echo "deb https://repo.dovecot.org/ce-2.3-latest/debian/bullseye bullseye main" > /etc/apt/sources.list.d/dovecot.list +#RUN echo "deb https://repo.dovecot.org/ce-2.3-latest/debian/bullseye bullseye main" > /etc/apt/sources.list.d/dovecot.list +RUN echo "deb https://repo.dovecot.org/ce-2.3.18/debian/bullseye bullseye main" > /etc/apt/sources.list.d/dovecot.list RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install \ # System Apps