From 680afa46dd18c317e18c561b5f787b94cfaab14b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 09:56:29 +0000 Subject: [PATCH] Update python Docker tag to v3.11.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98221e5..b7ab0fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Base image # ---------------------------------------------------------------------- # -FROM python:3.10.1 +FROM python:3.11.3 LABEL MAINTAINER="Ivan Lee" # Make working directory