From bccd5464c339e5f54005cdeb5191c13495dbcad4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Apr 2022 23:19:04 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-1075741 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-1089244 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-587954 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-587954 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 84522347..1940fee7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN make clean && \ mv -f ${BLADE_BUILD_PATH}/target/chaosblade-${BLADE_VERSION} /usr/local/chaosblade # Stage2 -FROM alpine:3.10.4 +FROM alpine:3.12.12 # @from https://mirrors.ustc.edu.cn/help/alpine.html RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories