mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Upgrade to alpine 3.18.4
This commit is contained in:
parent
b71039572c
commit
85cf7e6a7f
@ -3,7 +3,7 @@
|
||||
# base system image (intermediate)
|
||||
# Note when updating the alpine tag, first manually run the workflow .github/workflows/mirror.yml.
|
||||
# Just run the workflow with the tag that must be synchronised.
|
||||
ARG DISTRO=ghcr.io/mailu/alpine:3.17.2
|
||||
ARG DISTRO=ghcr.io/mailu/alpine:3.18.4
|
||||
FROM $DISTRO as system
|
||||
|
||||
ENV TZ=Etc/UTC LANG=C.UTF-8
|
||||
|
3
towncrier/newsfragments/2934.bugfix
Normal file
3
towncrier/newsfragments/2934.bugfix
Normal file
@ -0,0 +1,3 @@
|
||||
Upgrade to alpine 3.18.4: this will fix a bug whereby musl wasn't retrying using TCP when it received truncated DNS replies from its upstream. In practice, this has been seen in the wild when postfix complains of:
|
||||
|
||||
"Host or domain name not found. Name service error for name=outlook-com.olc.protection.outlook.com type=AAAA: Host found but no data record of requested type"
|
Loading…
Reference in New Issue
Block a user