Upgrade to alpine 3.13

This commit is contained in:
Dirk Wetter 2021-07-30 18:01:12 +02:00 committed by GitHub
parent 820b728bc4
commit 68c5acb556
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 && \