From 597f480a52f3e88d3d1b822c4abb405e16f0dc47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 13:17:49 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2ca4425..fbd24dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.11 COPY requirements.txt . RUN pip install -r requirements.txt