From 1416234f9133d767d56497b55b931808731d758f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 03:47:48 +0000 Subject: [PATCH] chore(deps): update python:3.13.1 docker digest to cea505b (#493) 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 5e81b00..4659862 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.1@sha256:a76a2a0812219239b78f61e00986e413bf876531621190548bad64d3a43f7ae3 +FROM python:3.13.1@sha256:cea505b81701dd9e46b8dde96eaa8054c4bd2035dbb660edeb7af947ed38a0ad COPY requirements.txt /requirements.txt