From b249f5aded9b2faa8220000847e967e4458d0dfb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Apr 2022 08:00:44 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 25d47585b2..95194bb4e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ADD . /src RUN cd /src && make -B all # final stage -FROM alpine +FROM alpine:3.15.4 WORKDIR /app RUN apk --no-cache add libstdc++ libgcc COPY --from=build-env /src/bin /app/