From dfed76a2950ecc38700bed095eb00a2651113c01 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 2 Dec 2023 01:00:26 +0000 Subject: [PATCH] Update python Docker tag to v3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17db27a..48f42a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.12-slim COPY requirements.txt . RUN pip install -r requirements.txt EXPOSE 5000 -- 2.40.1