feat: update alpine to 3.22 #minor (#68)

Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com>
This commit is contained in:
public-glueops-renovatebot[bot]
2025-09-23 05:41:28 +01:00
committed by GitHub
parent 8226894320
commit 0039e81bca

View File

@@ -19,7 +19,7 @@ RUN make swagger && make build
#################################
# Runtime
#################################
FROM alpine:3.20
FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
RUN apk add --no-cache ca-certificates tzdata \
&& addgroup -S app && adduser -S app -G app