mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
Merge #1935
1935: Fix bug #1934: logs flooded with "unbound udp connect failed: Address not available for" r=mergify[bot] a=nextgens
## What type of PR?
bug-fix
## What does this PR do?
Revert back to alpine 1.12 for the resolver/unbound container. The official fix is at:
08968baec1
but alpine doesn't ship it yet:
https://pkgs.alpinelinux.org/packages?name=unbound&branch=v3.14
### Related issue(s)
- closes #1934
Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
commit
5062ee58dc
@ -1,4 +1,4 @@
|
||||
ARG DISTRO=alpine:3.14
|
||||
ARG DISTRO=alpine:3.12
|
||||
FROM $DISTRO
|
||||
# python3 shared with most images
|
||||
RUN apk add --no-cache \
|
||||
|
Loading…
Reference in New Issue
Block a user