From 600a6bc5f0f8aa88072a2065bb723d5e6c804a7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jul 2024 05:01:39 +0000 Subject: [PATCH] fix: lib/plugins/create/templates/knative-docker/code/hello-world.dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-6032384 --- .../create/templates/knative-docker/code/hello-world.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/create/templates/knative-docker/code/hello-world.dockerfile b/lib/plugins/create/templates/knative-docker/code/hello-world.dockerfile index 506cef3877f..f2bc4f54863 100644 --- a/lib/plugins/create/templates/knative-docker/code/hello-world.dockerfile +++ b/lib/plugins/create/templates/knative-docker/code/hello-world.dockerfile @@ -1,6 +1,6 @@ # Use an official lightweight Python image. # https://hub.docker.com/_/python -FROM python:3.7-slim +FROM python:3.13.0b3-slim # Install production dependencies. RUN pip install Flask gunicorn