Merge pull request #2215 from drwetter/alpine3.16-dockerfile

Upgrade Alpine version to the latest stable
This commit is contained in:
Dirk Wetter 2022-08-22 16:37:43 +02:00 committed by GitHub
commit 33f28f881b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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