From 3cb08fc959af23f1f50ff5929b8ae5680ca75d3e Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 07:01:00 +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 30f3c21..3544500 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bullseye +FROM python:3.12-slim-bullseye RUN apt update && apt install -y git