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