From a16cb361bebcfa138419fcc0f90b1a07f94fce57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jul 2024 06:43:15 +0000 Subject: [PATCH] fix: docker-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-6048820 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-6148845 --- docker-template.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-template.Dockerfile b/docker-template.Dockerfile index dc36890..c9d50c8 100644 --- a/docker-template.Dockerfile +++ b/docker-template.Dockerfile @@ -1,4 +1,4 @@ -From python:slim +From python:3.12.4-slim-bookworm # Setup markata user so that docker build does not create files owned by root ARG MARKATA_UID=1000