From 34962e8eade39e3e916879f6100a540cc85a3b1f Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:56:28 +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 30f3c21..f85177e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bullseye +FROM python:3.11-slim-bullseye RUN apt update && apt install -y git