From 21b86785d695162842ddd792787487f41e0f0d52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Jun 2025 03:49:34 +0000 Subject: [PATCH] fix: lab5-injections/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 --- lab5-injections/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab5-injections/Dockerfile b/lab5-injections/Dockerfile index 58a6cc0..1650b4a 100644 --- a/lab5-injections/Dockerfile +++ b/lab5-injections/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.22.0 MAINTAINER Stefan Petrushevski RUN apk update --no-cache && apk add python3 \ python3-dev \