From aa0d28a0e55a93caff629e2727186262550574b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jul 2024 08:14:24 +0000 Subject: [PATCH] fix: clamav-http/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527 --- clamav-http/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clamav-http/Dockerfile b/clamav-http/Dockerfile index 8fad625..1b837cc 100644 --- a/clamav-http/Dockerfile +++ b/clamav-http/Dockerfile @@ -9,7 +9,7 @@ COPY server/ ./server/ RUN CGO_ENABLED=0 GOOS=linux go install -v \ github.com/ukhomeoffice/clamav-http/clamav-http -FROM alpine:3.19 +FROM alpine:3 RUN apk --no-cache add ca-certificates RUN addgroup -g 1000 -S app && \