From ce1281cc5e60939eb9dc6f0694e41bac80edc130 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 8 Jun 2022 01:05:28 +0000 Subject: [PATCH] :arrow_up: Update dependency python to v3.10.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57cd39d..ad1e17f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.4-slim +FROM python:3.10.5-slim RUN apt-get update && apt-get install -y git \ && rm -rf /var/lib/apt/lists/*