1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-19 13:00:32 +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
+1 -1
View File
@@ -1,7 +1,7 @@
services:
unbound-mailcow:
image: ghcr.io/mailcow/unbound:1.25
image: ghcr.io/mailcow/unbound:1.25.1
environment:
- TZ=${TZ}
- SKIP_UNBOUND_HEALTHCHECK=${SKIP_UNBOUND_HEALTHCHECK:-n}