From eee4c8baa3e7f930fff39786e5a0e68f1d10332c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Jul 2025 10:01:16 +0000 Subject: [PATCH] fix: lab2-dos-resource-exhaustion/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 --- lab2-dos-resource-exhaustion/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab2-dos-resource-exhaustion/Dockerfile b/lab2-dos-resource-exhaustion/Dockerfile index f8991c7..e530d3c 100644 --- a/lab2-dos-resource-exhaustion/Dockerfile +++ b/lab2-dos-resource-exhaustion/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.22.1 MAINTAINER Davide Cioccia RUN apk update --no-cache && apk add python3 \ python3-dev \