From d8540c5602f41c332c8e695cd485c98892907e44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jan 2025 15:38:36 +0000 Subject: [PATCH] fix: scripts/make/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 --- scripts/make/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make/Dockerfile b/scripts/make/Dockerfile index a940a155afd..dd431467bf4 100644 --- a/scripts/make/Dockerfile +++ b/scripts/make/Dockerfile @@ -1,6 +1,6 @@ # A docker file for scripts/make/build-docker.sh. -FROM alpine:3.16 +FROM alpine:3.21.2 ARG BUILD_DATE ARG VERSION