From 507c7d697639641693f1dd237775f6a743d64352 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:59:13 +0000 Subject: [PATCH] chore(deps): update python:3.14.6-alpine docker digest to 2673086 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b898d44..5ff4f74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM python:3.14.6-alpine@sha256:94457973ea8a27a799f0b8ea1fe3e3147fcbebaed63497a8af63b28195a08108 as Builder +FROM python:3.14.6-alpine@sha256:26730869004e2b9c4b9ad09cab8625e81d256d1ce97e72df5520e806b1709f92 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:94457973ea8a27a799f0b8ea1fe3e3147fcbebaed63497a8af63b28195a08108 +FROM python:3.14.6-alpine@sha256:26730869004e2b9c4b9ad09cab8625e81d256d1ce97e72df5520e806b1709f92 COPY --from=Builder /root/.local /root/.local