From 9460c83b4515a70826464abfdf48c1561283ef7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Mar 2022 20:11:03 +0000 Subject: [PATCH] fix: docker/ipphoney/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/ipphoney/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ipphoney/Dockerfile b/docker/ipphoney/Dockerfile index a81a44ca3..0e62fbb3c 100644 --- a/docker/ipphoney/Dockerfile +++ b/docker/ipphoney/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12.1 +FROM alpine:3.14 # # Include dist ADD dist/ /root/dist/