From 10cf4488fc9055a3a9aae6ccf222e405f2d3ad5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 00:44:06 +0000 Subject: [PATCH] chore(deps): update python:3.14.6-alpine docker digest to 003970a --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6b9c8c1..6a35748 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM python:3.14.6-alpine@sha256:a5d5c75488ac235e8ea61eb3912eb9e7191c63532a2c87dab313ad671908d314 as Builder +FROM python:3.14.6-alpine@sha256:003970a263347645cd23d4f90929ad16ba7ce7d808ee4674ffcc93cb21cc289f 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.14.6-alpine@sha256:a5d5c75488ac235e8ea61eb3912eb9e7191c63532a2c87dab313ad671908d314 +FROM python:3.14.6-alpine@sha256:003970a263347645cd23d4f90929ad16ba7ce7d808ee4674ffcc93cb21cc289f COPY --from=Builder /root/.local /root/.local