From dcfa76a2276cc366a8355b26d5c88453232a25e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Oct 2023 12:51:55 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-LIBGCRYPT20-1550206 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-1555825 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-3310897 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-5423923 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12a1eb3..088cb05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Use the official lightweight Python image. # https://hub.docker.com/_/python -FROM python:3.10-slim +FROM python:3.12.0b1-slim # Allow statements and log messages to immediately appear in the Knative logs ENV PYTHONUNBUFFERED True