From 9c974cef379dd68a23e1a33b202a1e36716ada86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 12:37:13 +0000 Subject: [PATCH] fix: images/basic/fsstress/Dockerfile.x86_64 to reduce vulnerabilities --- images/basic/fsstress/Dockerfile.x86_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/basic/fsstress/Dockerfile.x86_64 b/images/basic/fsstress/Dockerfile.x86_64 index 21b86065ab..de27b5d331 100644 --- a/images/basic/fsstress/Dockerfile.x86_64 +++ b/images/basic/fsstress/Dockerfile.x86_64 @@ -1,5 +1,5 @@ # Usage: docker run --rm fsstress -d /test -n 10000 -p 100 -X -v -FROM alpine +FROM alpine:3.23.3 RUN apk update && apk add git RUN git clone https://github.com/linux-test-project/ltp.git --depth 1