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

View File

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