1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00

Switching to alpine:3.12

This commit is contained in:
ofthesun9
2020-06-15 17:32:56 +02:00
parent 4c9a4b2824
commit cff2e76269
10 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
ARG DISTRO=alpine:3.10
ARG DISTRO=alpine:3.12
FROM $DISTRO
# python3 shared with most images
RUN apk add --no-cache \
@@ -6,7 +6,7 @@ RUN apk add --no-cache \
&& pip3 install --upgrade pip
# Shared layer between nginx, dovecot, postfix, postgresql, rspamd, unbound, rainloop, roundcube
RUN pip3 install socrate
RUN pip3 install socrate==0.2.0
# Image specific layers under this line
RUN apk add --no-cache \