From 534cefc973a55ecc6d5b86c7400b2aff6fea2454 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 15 Jun 2025 13:59:25 -0500 Subject: [PATCH] dockerfile update --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index fda4b81..73e3226 100644 --- a/Dockerfile +++ b/Dockerfile @@ -135,9 +135,3 @@ LABEL org.opencontainers.image.vendor="APRS.me" \ # Add security configuration EXPOSE 4000 - -# Security scan stage -FROM aquasec/trivy:latest AS trivy -WORKDIR /workspace -COPY --from=builder /app/_build/prod/rel/aprs ./ -RUN trivy filesystem --no-progress --exit-code 1 --severity HIGH,CRITICAL ./