Merge pull request #1849 from Shuffle/snyk-fix-7a21a65663a6be9a376ff4f5c5263c84

[Snyk] Security upgrade alpine from 3.22.1 to 3.22.2
This commit is contained in:
Frikky
2025-11-12 11:38:23 +01:00
committed by GitHub
Executable → Regular
+1 -1
View File
@@ -27,7 +27,7 @@ FROM alpine:latest as certs
RUN apk add --update ca-certificates
# Sets up the final image
FROM alpine:3.22.1
FROM alpine:3.22.2
# FIXME: Install cgo because CGO_ENABLED=1 during build
RUN apk add --no-cache libc6-compat