From bf9eb78b13ea1149d3e19e3d17696d37049bd29f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 10:03:38 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-ZLIB-2976175 - https://snyk.io/vuln/SNYK-ALPINE313-BUSYBOX-2440609 - https://snyk.io/vuln/SNYK-ALPINE313-BUSYBOX-2440609 - https://snyk.io/vuln/SNYK-ALPINE313-BUSYBOX-2953337 - https://snyk.io/vuln/SNYK-ALPINE313-ZLIB-2434418 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c1a2745..b86c05b2 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.13.7 +FROM alpine:3.19.4 # @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