[Alpine] Update Alpine base images to v3.13

This commit is contained in:
andryyy
2021-02-18 08:48:12 +01:00
parent 0a3ea8ee3f
commit 27b18373cc
7 changed files with 43 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.13
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
@@ -14,8 +14,9 @@ RUN apk upgrade --no-cache \
tini \
tzdata \
python3 \
&& python3 -m pip install --upgrade pip \
&& python3 -m pip install acme-tiny
py3-pip \
&& pip3 install --upgrade pip \
&& pip3 install acme-tiny
COPY acme.sh /srv/acme.sh
COPY functions.sh /srv/functions.sh