From 2833ebd0b8a3c836fe97664f5efa536f579d8c19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 22:45:44 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-6861561 - https://dev.snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-7151359 - https://dev.snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-7411350 - https://dev.snyk.io/vuln/SNYK-DEBIAN12-PAM-6178914 - https://dev.snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76cdcd3..248279c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY .git .git RUN echo $(git rev-parse --short HEAD) > .version RUN echo $(date -Is) >> .version -FROM python:3.10-slim AS runtime +FROM python:3.13.0rc2-slim AS runtime WORKDIR /app