From 69f75110e9573a266435a1d9a8f02c548a9819bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jan 2024 09:07:40 +0000 Subject: [PATCH] fix: snapshot/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 --- snapshot/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapshot/Dockerfile b/snapshot/Dockerfile index cf28aa476..1118580c4 100644 --- a/snapshot/Dockerfile +++ b/snapshot/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.18.3 +FROM alpine:3 COPY data.tar / RUN tar xvf /data.tar -C / -FROM alpine:3.18.3 +FROM alpine:3 COPY --from=0 /data/ /data