From 34e09228cff49b71aacc6e58f350d0686f515dd2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 May 2024 15:07:50 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-DEBIAN12-EXPAT-6227597 - https://dev.snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-6592092 - https://dev.snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://dev.snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - 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..6904498 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.0b1-slim AS runtime WORKDIR /app