From 7b083cb2a21cbc0055e4a28d6a69aeb2b3785a0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Aug 2025 12:03:24 +0000 Subject: [PATCH] fix: 4.Application Lifecycle Management/3.Commands_arguments_in_k8s_pod/demo/webapp2/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-LIBRETLS-2428776 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342160 - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 --- .../3.Commands_arguments_in_k8s_pod/demo/webapp2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4.Application Lifecycle Management/3.Commands_arguments_in_k8s_pod/demo/webapp2/Dockerfile b/4.Application Lifecycle Management/3.Commands_arguments_in_k8s_pod/demo/webapp2/Dockerfile index 744029f..fd58a60 100644 --- a/4.Application Lifecycle Management/3.Commands_arguments_in_k8s_pod/demo/webapp2/Dockerfile +++ b/4.Application Lifecycle Management/3.Commands_arguments_in_k8s_pod/demo/webapp2/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6-alpine +FROM python:3.14.0rc2-alpine RUN pip install flask COPY . /opt/