Update to alpine 3.13

This commit is contained in:
2021-04-26 18:24:31 +02:00
parent e2aa247c2d
commit 4ab9ba97ca
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.13
RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2 certbot openssl
# added to fix #522