From a9b446e0a3e616eb7bee0c80377cceab69d328f6 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 18 Jan 2022 22:01:55 +0000 Subject: [PATCH] :arrow_up: Update python Docker tag to v3.10.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6166f9a..450addc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.1-slim +FROM python:3.10.2-slim RUN apt-get update && apt-get install -y git \ && rm -rf /var/lib/apt/lists/*