chore(deps): Upgrade Alpine to 3.16.2 to fix zlib issue (#2741)

This commit is contained in:
Alexander Lauster
2022-08-18 16:05:39 +02:00
committed by GitHub
parent 3cd10b2358
commit 9c1ce5afe8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.16.1
FROM alpine:3.16.2
RUN apk --no-cache add ca-certificates git
# binaries were created with GoReleaser