From 25545b1f5e70d89129ff455fd8b727468035d803 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Jan 2025 08:09:40 +0000 Subject: [PATCH] fix: examples/http_cache/notif/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-6139924 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-7411350 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-7411350 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8229893 --- examples/http_cache/notif/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http_cache/notif/Dockerfile b/examples/http_cache/notif/Dockerfile index c925ceaf..1a8caad8 100644 --- a/examples/http_cache/notif/Dockerfile +++ b/examples/http_cache/notif/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0rc2-slim +FROM python:3.14.0a3-slim LABEL maintainer="guillaume@gauvr.it" WORKDIR /srv/notif