From 3677712cda7da2d108c6cd217bfe257d202fb0eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Apr 2022 06:57:48 +0000 Subject: [PATCH] fix: ContainerCloud/images/runit/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE34-OPENSSL-374005 - https://snyk.io/vuln/SNYK-ALPINE34-OPENSSL-374005 - https://snyk.io/vuln/SNYK-ALPINE34-OPENSSL-374280 - https://snyk.io/vuln/SNYK-ALPINE34-OPENSSL-374450 - https://snyk.io/vuln/SNYK-ALPINE34-OPENSSL-374732 --- ContainerCloud/images/runit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ContainerCloud/images/runit/Dockerfile b/ContainerCloud/images/runit/Dockerfile index cb844658f4..e892471be8 100644 --- a/ContainerCloud/images/runit/Dockerfile +++ b/ContainerCloud/images/runit/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.4 +FROM alpine:3.13 RUN apk upgrade && \ apk update && \