ci: migrate to Alpine 3.16

This commit is contained in:
Stefan Reimer 2022-07-07 16:32:46 +02:00
parent efd21719ca
commit d0e29aea5d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.15
ARG ALPINE_VERSION=3.16
FROM alpine:${ALPINE_VERSION}
ARG ALPINE_VERSION