From 37ddfd24c34080a763b3243fbdf218418297ace3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 04:36:35 +0000 Subject: [PATCH] Update python:3.13-slim Docker digest to 4d55aff (#168) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a99e1e..16b44f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # check=error=true;experimental=all -FROM python:3.13-slim@sha256:4112a75f28fe0725b175a4baa12faff10b906a850b9f67916b05e3c42ce28404 +FROM python:3.13-slim@sha256:4d55aff3915a8622fdb8e6ab3645992de771bd97c3dd1279860cd5e18bcd7582 ENV PYTHONUNBUFFERED=1 ENV PYTHONDONTWRITEBYTECODE=1