From 413dbd2dfe929c2c42604294871fc4e2a6762fed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jul 2024 07:01:18 +0000 Subject: [PATCH] fix: docker-root-template.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-6048820 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-6148845 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-6190223 --- docker-root-template.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-root-template.Dockerfile b/docker-root-template.Dockerfile index 108ecbf..ab86cd6 100644 --- a/docker-root-template.Dockerfile +++ b/docker-root-template.Dockerfile @@ -1,4 +1,4 @@ -From python:slim +From python:3.12.4-slim-bookworm RUN apt update && apt install git -y RUN pip install markata==${VERSION}