1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-27 17:53:19 +00:00

Merge pull request #7252 from SYNLINQ/staging

fix unbound CVE-2026-33278
This commit is contained in:
FreddleSpl0it
2026-05-26 10:41:52 +02:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -2,11 +2,14 @@ FROM alpine:3.23
LABEL maintainer = "The Infrastructure Company GmbH <info@servercow.de>"
# install unbound from alpine:edge to get security patches
RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main unbound
# install other packages from regular alpine stable repo
RUN apk add --update --no-cache \
curl \
bind-tools \
coreutils \
unbound \
bash \
openssl \
drill \