From 4424bf2eb83f5b8e6394c395a1122007bf585cc6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Jul 2025 10:32:18 +0000 Subject: [PATCH] fix: lab1-info-introspection/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 --- lab1-info-introspection/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab1-info-introspection/Dockerfile b/lab1-info-introspection/Dockerfile index 64f56e6..5933b3f 100644 --- a/lab1-info-introspection/Dockerfile +++ b/lab1-info-introspection/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 \