From 66522f9f342b5e22aca357a11075ec79b4dd6405 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:57:00 +0000 Subject: [PATCH] Update python:3.10-slim Docker digest to ab8f686 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16ab37c..ffadb75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ COPY requirements.txt . RUN pip install -r requirements.txt # FROM python:3.12.0b3-slim@sha256:8e3ef64883278384c49293caf631d614b4bfdac7bb494d44e17cf2d711ce2652 -FROM python:3.10-slim@sha256:2bac43769ace90ebd3ad83e5392295e25dfc58e58543d3ab326c3330b505283d +FROM python:3.10-slim@sha256:ab8f686249d80ec7f6c935ae9ed3e1c75f1f8e78049a094d333efecafa238f71 RUN groupadd -g 999 python && \ useradd -r -u 999 -g python python