From 80303aec4dee6874c275247974945f11c8e135d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:38:08 +0000 Subject: [PATCH] Bump python from `4284309` to `c6b64ba` Bumps python from `4284309` to `c6b64ba`. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 69e159d..73d37b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:3.10@sha256:428430918ab72109921ef55d5f8bdd3a02a90734fd79ee920146cf385a13c110 AS req +FROM docker.io/python:3.10@sha256:c6b64ba9c0f03c41e10f1e6053ca2ecf2dbced44098f8d56ed579aa50e839889 AS req RUN python3 -m pip install pipx && \ python3 -m pipx ensurepath @@ -11,7 +11,7 @@ COPY ./poetry.lock ./poetry.lock COPY ./pyproject.toml ./pyproject.toml RUN pipx run poetry export --format requirements.txt --output requirements.txt -FROM docker.io/python:3.10@sha256:428430918ab72109921ef55d5f8bdd3a02a90734fd79ee920146cf385a13c110 +FROM docker.io/python:3.10@sha256:c6b64ba9c0f03c41e10f1e6053ca2ecf2dbced44098f8d56ed579aa50e839889 # Create dirs for: # - Injecting config.yml: /root/.DANE