From 69bfc943cf10e4447f70d7df93a1ea250209ffad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jun 2023 18:43:44 +0000 Subject: [PATCH] fix: dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314629 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3368753 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569 - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f81cb569..208e9f22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apt-get update -y \ && ./build-ext.sh /stacks-wallet-chromium.zip -FROM alpine:3.15.3 +FROM alpine:3.16 COPY --from=builder /stacks-wallet-chromium.zip . # Wait for extension.zip to be copied into local