From d0fd881575101a910e4dd44f219cf730412d9875 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Nov 2024 07:47:41 +0000 Subject: [PATCH] fix: examples/http_cache/user/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 --- examples/http_cache/user/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http_cache/user/Dockerfile b/examples/http_cache/user/Dockerfile index 007a5866..008dee3b 100644 --- a/examples/http_cache/user/Dockerfile +++ b/examples/http_cache/user/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0rc2-slim +FROM python:3.14.0a1-slim LABEL maintainer="guillaume@gauvr.it" WORKDIR /srv/user