From 144037a45c4184625a2914536f9eacf698008440 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 14 Oct 2022 01:04:25 +0000 Subject: [PATCH] :arrow_up: Update python Docker tag to v3.10.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5bb6691..c4b4a75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.6-slim +FROM python:3.10.8-slim RUN apt-get update && apt-get install -y git \ && rm -rf /var/lib/apt/lists/* -- 2.39.2