From 355ad91a73cb307070cfee2e967862ac2511d0d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Aug 2024 06:03:55 +0000 Subject: [PATCH] fix: src/urlshortener/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 --- src/urlshortener/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/urlshortener/Dockerfile b/src/urlshortener/Dockerfile index bd3c506..e9c9da4 100644 --- a/src/urlshortener/Dockerfile +++ b/src/urlshortener/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0a5-slim +FROM python:3.13.0b4-slim RUN mkdir /code