From fe85bbcde47584f3877f6ea08809c8a6a308ae77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Jul 2025 07:22:39 +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..66167f8 100644 --- a/lab2-dos-resource-exhaustion/Dockerfile +++ b/lab2-dos-resource-exhaustion/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.21.3 MAINTAINER Davide Cioccia RUN apk update --no-cache && apk add python3 \ python3-dev \