From 94bd3a2b867bbe2ac767d59d7ea10f0547271354 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Oct 2025 10:20:59 +0000 Subject: [PATCH] fix: lab4-IDOR/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 --- lab4-IDOR/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab4-IDOR/Dockerfile b/lab4-IDOR/Dockerfile index f8991c7..2b82bc7 100644 --- a/lab4-IDOR/Dockerfile +++ b/lab4-IDOR/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.18.12 MAINTAINER Davide Cioccia RUN apk update --no-cache && apk add python3 \ python3-dev \