chore: bump alpine version in dockerfile (#1151)

This commit is contained in:
Adrian Joian 2021-12-20 15:26:42 +01:00 committed by GitHub
parent d2f11850c1
commit 6ff1d8ac17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM alpine:3.11 as alpine
FROM --platform=$BUILDPLATFORM alpine:3.15 as alpine
RUN apk add --no-cache \
ca-certificates \