From 9b2cc97404a34f5e4ad62575edc3673f0d29da35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 17:23:43 +0000 Subject: [PATCH] fix: src/productcatalogservice/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 --- src/productcatalogservice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/productcatalogservice/Dockerfile b/src/productcatalogservice/Dockerfile index bdb8a8d671..d598d83704 100644 --- a/src/productcatalogservice/Dockerfile +++ b/src/productcatalogservice/Dockerfile @@ -32,7 +32,7 @@ RUN go build -o /go/bin/productcatalogservice/ ./ # ----------------------------------------------------------------------------- -FROM alpine AS release +FROM alpine:3.20.3 AS release WORKDIR /usr/src/app/