chore: Security upgrade alpine from latest to 3.23.4 (#1431)

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Elias Schneider
2026-04-18 17:06:31 +02:00
committed by GitHub
parent 90fbfd7038
commit 6449b28b24

View File

@@ -1,7 +1,7 @@
# This Dockerfile embeds a pre-built binary for the given Linux architecture
# Binaries must be built using "./scripts/development/build-binaries.sh --docker-only"
FROM alpine
FROM alpine:3.23.4
# TARGETARCH can be "amd64" or "arm64"
ARG TARGETARCH