diff --git a/Dockerfile b/Dockerfile index 6fea7de..7616e9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base-Image -FROM alpine:latest +FROM ghcr.io/aquasecurity/trivy:0.69.3 # Pakete installieren RUN apk add --no-cache build-base