From 0ddfcb52512405be0db0ffda972b3aa59967e128 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Wed, 7 Jun 2023 06:07:25 +0000 Subject: [PATCH] chore(deps): update dependency alpine_3_17/postfix to v3.7.6-r0 --- images/postfix/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/postfix/Dockerfile b/images/postfix/Dockerfile index ecef44e85..38e434cf9 100644 --- a/images/postfix/Dockerfile +++ b/images/postfix/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --no-cache ca-certificates rsyslog supervisor RUN update-ca-certificates # renovate: datasource=repology depName=alpine_3_17/postfix versioning=loose -ENV POSTFIX_VERSION="3.7.4-r0" +ENV POSTFIX_VERSION="3.7.6-r0" RUN apk add --no-cache postfix=${POSTFIX_VERSION} cyrus-sasl cyrus-sasl-login -- GitLab