From 906ee8f98d4126c0e65759709f09690c41ff9f60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 00:57:39 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 583d7c4..50dbe5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image as the base image -FROM python:3.11 +FROM python:3.12 # Set the working directory WORKDIR /app