updaete
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Eric Sharifi 2026-04-11 11:57:43 +00:00
parent 29b932884d
commit 1df8ccde30

View File

@ -3,7 +3,7 @@ FROM alpine:latest
# Pakete installieren
RUN apk add --no-cache build-base gcc curl vim net-tools
# CVE
# CVE update
RUN apk upgrade libssl3 libcrypto3 zlib
# Arbeitsverzeichnis setzen