From 94b8f43b7392270b11f48cf967c7539d5a430328 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:56:58 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7567e0d..782a99a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine COPY requirements.txt / RUN apk add --no-cache curl && pip install --no-cache-dir -r requirements.txt