From 72544cc9156eaaa19b0acf4540dc2878aa2198f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 02:09:55 +0000 Subject: [PATCH] chore(deps): update python:3.12.0-alpine docker digest to 85eaef2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 500ef24..9242957 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM python:3.12.0-alpine@sha256:c5bbde5ada8f427a1f2e2fb41f08077bfb4f1c779e82ab7e603a145275bec840 as Builder +FROM python:3.12.0-alpine@sha256:85eaef27f58a5fd6074f5353449156bc5651131d17018864c275d5c7b960ca9a as Builder COPY requirements.txt . RUN apk add --update alpine-sdk build-base gcc musl-dev libffi-dev openssl-dev cargo && \ pip install --no-cache-dir --user -r requirements.txt -FROM python:3.12.0-alpine@sha256:c5bbde5ada8f427a1f2e2fb41f08077bfb4f1c779e82ab7e603a145275bec840 +FROM python:3.12.0-alpine@sha256:85eaef27f58a5fd6074f5353449156bc5651131d17018864c275d5c7b960ca9a COPY --from=Builder /root/.local /root/.local