Update alpine Docker tag to v3.24.1
CI / build-and-scan (pull_request) Successful in 2m42s

This commit is contained in:
2026-08-22 22:05:22 +00:00
parent ea467474d0
commit 769462a028
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.22.1 AS base
FROM alpine:3.24.1 AS base
RUN apk add --no-cache socat netcat-openbsd \
&& rm -rf /var/cache/apk/* /tmp/*