From f5e5211abd5e839908f72d3c74fbb18306ab23b4 Mon Sep 17 00:00:00 2001 From: Rich Braun Date: Wed, 22 Apr 2026 11:26:41 -0700 Subject: [PATCH] SYS-686 vulnerability patches for nut-upsd / dovecot --- images/dovecot/Dockerfile | 2 +- images/nut-upsd/Dockerfile | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/images/dovecot/Dockerfile b/images/dovecot/Dockerfile index a6e4928f..d0729482 100644 --- a/images/dovecot/Dockerfile +++ b/images/dovecot/Dockerfile @@ -1,4 +1,4 @@ -FROM instantlinux/postfix:3.10.5-r0 +FROM instantlinux/postfix:3.10.8-r0 ARG BUILD_DATE ARG VCS_REF diff --git a/images/nut-upsd/Dockerfile b/images/nut-upsd/Dockerfile index 903c741c..bf880d89 100644 --- a/images/nut-upsd/Dockerfile +++ b/images/nut-upsd/Dockerfile @@ -36,10 +36,11 @@ HEALTHCHECK CMD upsc $NAME@localhost:3493 2>&1|grep -q stale && \ RUN echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/community' \ >>/etc/apk/repositories && \ apk add --no-cache dash && \ - apk add --update --no-cache nut@edge=$NUT_VERSION \ + apk add --update --no-cache nut=$NUT_VERSION \ busybox curl linux-pam \ libcrypto3 libssl3 \ - libusb musl net-snmp-libs util-linux + libusb musl@edge net-snmp-libs util-linux \ + musl-utils@edge nghttp2-libs@edge EXPOSE 3493 COPY entrypoint.sh /usr/local/bin/