From 94257fc42d12216ba482c9a91bb9c43b6631ee99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Nov 2022 10:13:39 +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-BASH-3112361 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-3061093 - https://snyk.io/vuln/SNYK-DEBIAN11-SYSTEMD-3111119 - https://snyk.io/vuln/SNYK-DEBIAN11-SYSTEMD-3111119 - 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..13b1d7e 100644 --- a/docker-root-template.Dockerfile +++ b/docker-root-template.Dockerfile @@ -1,4 +1,4 @@ -From python:slim +From python:3-slim-bullseye RUN apt update && apt install git -y RUN pip install markata==${VERSION}