From 3a7282d2c3645597d898d85ab580c8e8b9167e9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:02:03 +0000 Subject: [PATCH] Bump python from `b0c14c5` to `706d123` Bumps python from `b0c14c5` to `706d123`. --- 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 c6052bf4..da8032b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:3.11.10@sha256:b0c14c5ad67e76f603a72a165e89682b48898800b815e09f34c13ea87feb66d3 AS req +FROM docker.io/python:3.11.10@sha256:706d1233c61a31507c4f8939cfd6a924610b51174c095f33e2c537fb904a1e76 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.11.10@sha256:b0c14c5ad67e76f603a72a165e89682b48898800b815e09f34c13ea87feb66d3 +FROM docker.io/python:3.11.10@sha256:706d1233c61a31507c4f8939cfd6a924610b51174c095f33e2c537fb904a1e76 WORKDIR /usr/src/app