From 316511667fda37874e2c752cc35b74ed17469781 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Apr 2022 13:12:03 +0000 Subject: [PATCH] fix: docker/heralding/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-APKTOOLS-1533753 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-2426332 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-2426332 --- docker/heralding/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/heralding/Dockerfile b/docker/heralding/Dockerfile index a41f1f147..02cc31811 100644 --- a/docker/heralding/Dockerfile +++ b/docker/heralding/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12.1 +FROM alpine:3.13.9 # # Include dist ADD dist/ /root/dist/