From f9e5911a60ca43342368342871c120224d73863c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Aug 2023 02:13:51 +0000 Subject: [PATCH] fix: snapshot/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5821142 --- snapshot/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapshot/Dockerfile b/snapshot/Dockerfile index 50feba2da..cf28aa476 100644 --- a/snapshot/Dockerfile +++ b/snapshot/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:latest +FROM alpine:3.18.3 COPY data.tar / RUN tar xvf /data.tar -C / -FROM alpine:latest +FROM alpine:3.18.3 COPY --from=0 /data/ /data