From 2d60b1b80937908cfb38f5757a7da5a534cd2165 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 12:06:20 +0000 Subject: [PATCH] fix: docker-root-template.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-3023031 - https://snyk.io/vuln/SNYK-DEBIAN11-UTILLINUX-2401081 - https://snyk.io/vuln/SNYK-DEBIAN11-UTILLINUX-2401081 - https://snyk.io/vuln/SNYK-DEBIAN11-UTILLINUX-2401081 - https://snyk.io/vuln/SNYK-DEBIAN11-UTILLINUX-2401081 --- 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..8918b28 100644 --- a/docker-root-template.Dockerfile +++ b/docker-root-template.Dockerfile @@ -1,4 +1,4 @@ -From python:slim +From python:3.11.0rc2-slim RUN apt update && apt install git -y RUN pip install markata==${VERSION}