Merge pull request #1945 from drwetter/alpine

Upgrade to alpine 3.13
This commit is contained in:
Dirk Wetter 2021-07-30 18:01:25 +02:00 committed by GitHub
commit 46862ecc84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.13
RUN apk update && \
apk upgrade && \