From d3f26c1b7dcf5be9a584b106677194215c2b82e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Aug 2024 07:43:00 +0000 Subject: [PATCH] fix: 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c35a85aa4..73f84b619 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /app RUN pip install -r requirements_dev.txt ### Final image -FROM python:3.13.0b1-slim +FROM python:3.13.0rc1-slim RUN groupadd -r saleor && useradd -r -g saleor saleor