From 8eed9f09e365943d40eed17415dd7be9cbab28bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 07:46:28 +0000 Subject: [PATCH] fix: resource_stress/app-memory-stress/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-CURL-7558114 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-7558115 --- resource_stress/app-memory-stress/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource_stress/app-memory-stress/Dockerfile b/resource_stress/app-memory-stress/Dockerfile index 50fc3128..105760f1 100644 --- a/resource_stress/app-memory-stress/Dockerfile +++ b/resource_stress/app-memory-stress/Dockerfile @@ -1,2 +1,2 @@ -FROM docker:dind +FROM docker:27.1.1-dind-alpine3.20 COPY memory-hog.sh /