Merge #1541
1541: alpine 3.12 as base image r=mergify[bot] a=ofthesun9 ## What type of PR? Keep in sync with alpine devel alpine 3.12 was [released](https://alpinelinux.org/posts/Alpine-3.12.0-released.html) on 29 May 2020. Update for the main services: nginx 1.18 (vs 1.16) dovecot 2.3.10 (unchanged) postfix 3.5.2 (vs 3.4.7) rspamd 2.5 (vs 1.9.4) clamav 0.102/3 (vs 0.101.5) fetchmail 6.4.5 ## What does this PR do? Mostly Dockerfile modification Co-authored-by: ofthesun9 <olivier@ofthesun.net>master
commit
3a89c1e910
@ -1,6 +1,6 @@
|
|||||||
# This is an idle image to dynamically replace any component if disabled.
|
# This is an idle image to dynamically replace any component if disabled.
|
||||||
|
|
||||||
ARG DISTRO=alpine:3.10
|
ARG DISTRO=alpine:3.12
|
||||||
FROM $DISTRO
|
FROM $DISTRO
|
||||||
|
|
||||||
CMD sleep 1000000d
|
CMD sleep 1000000d
|
||||||
|
Loading…
Reference in New Issue