From cd3c09813d5db4bc22b5aaa516dcc663a8e53b3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jun 2024 09:02:27 +0000 Subject: [PATCH] fix: resource_stress/app-cpu-stress/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-BUSYBOX-7233533 - https://snyk.io/vuln/SNYK-ALPINE320-BUSYBOX-7233533 - https://snyk.io/vuln/SNYK-ALPINE320-BUSYBOX-7233533 - https://snyk.io/vuln/SNYK-ALPINE320-BUSYBOX-7233586 - https://snyk.io/vuln/SNYK-ALPINE320-BUSYBOX-7233586 --- resource_stress/app-cpu-stress/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource_stress/app-cpu-stress/Dockerfile b/resource_stress/app-cpu-stress/Dockerfile index 1a7f278e..89b82766 100644 --- a/resource_stress/app-cpu-stress/Dockerfile +++ b/resource_stress/app-cpu-stress/Dockerfile @@ -1,2 +1,2 @@ -FROM docker:dind +FROM docker:26.1.4-dind-alpine3.20 COPY cpu-hog.sh /