From 8ea854bfd2effb08829c7644dc348d77c5edf148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 04:17:16 +0000 Subject: [PATCH] Bump python from `53a67c0` to `364ee1a` Bumps python from `53a67c0` to `364ee1a`. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b3390088..0705754b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim@sha256:53a67c012da3b807905559fa59fac48a3a68600d73c5da10c2f0d8adc96dbd01 as builder +FROM python:3.11-slim@sha256:364ee1a9e029fb7b60102ae56ff52153ccc929ceab9aa387402fe738432d24cc as builder RUN pip install -U pip setuptools wheel RUN pip install pdm @@ -18,7 +18,7 @@ ENV env=test CMD ["pdm", "run", "pytest", "tests", "-vv"] -FROM python:3.11-slim@sha256:53a67c012da3b807905559fa59fac48a3a68600d73c5da10c2f0d8adc96dbd01 as prod +FROM python:3.11-slim@sha256:364ee1a9e029fb7b60102ae56ff52153ccc929ceab9aa387402fe738432d24cc as prod # Define Git SHA build argument for sentry ARG git_sha="development"