From 8e24d8ebade3259a5b6ccfb666e96c7a6b2b0420 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 07:23:30 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8367ad..b4595a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.10-alpine@sha256:65c34f59d896f939f204e64c2f098db4a4c235be425bd8f0804fd389b1e5fd80 +FROM python:3.13.1-alpine@sha256:ef276cd33d811f202f7c150ba9ff30b2ef09a5a54644dea0777bc102582aacee RUN pip install --upgrade pip