From ea04c3c359fe262a88d9834ac90a4f780eb2d0fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Jul 2023 19:35:09 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-3314584 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-3314604 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-3314615 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-3368735 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-5661566 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c00ecb0..9e869b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0a4-slim-bullseye +FROM python:3.12.0b3-slim-bullseye WORKDIR /bup COPY . /bup RUN pip install --no-cache-dir -r requirements.txt