From 9fc2b26e189e77ace2590a50faee9579b24f2392 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Apr 2024 22:29:37 +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-ALPINE319-CARES-6483773 --- 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..edd0bcb4 100644 --- a/resource_stress/app-memory-stress/Dockerfile +++ b/resource_stress/app-memory-stress/Dockerfile @@ -1,2 +1,2 @@ -FROM docker:dind +FROM docker:26.0.0-dind-alpine3.19 COPY memory-hog.sh /