From ac1eceb66b8f5eb7a733d831658f84ce877a0803 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 15:14:44 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd3d25e0f..d655ece6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN ./test.sh RUN CGO_ENABLED=0 make PREFIX=/opt/nsq BLDFLAGS='-ldflags="-s -w"' install -FROM alpine:latest +FROM alpine:3.20.3 EXPOSE 4150 4151 4160 4161 4170 4171