From f762afb66cd46a17f91b7d9d1587232898f38720 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Oct 2024 06:08:36 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e60aeb..05a409f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY cozify_exporter ./cozify_exporter COPY poetry.lock pyproject.toml ./ RUN poetry build -f wheel -FROM python:3.11-slim-bullseye +FROM python:3.12.7-slim-bullseye WORKDIR /srv COPY --from=builder /build/dist/*.whl ./ RUN pip install *.whl