From 533e45acaef9dd86830edf1f0006490fd8107b0a Mon Sep 17 00:00:00 2001 From: drone Date: Fri, 14 Oct 2022 01:27:51 +0000 Subject: [PATCH] Update python Docker tag to v3.10.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f625242..7374efc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/python:3.10.7-alpine3.16 +FROM amd64/python:3.10.8-alpine3.16 WORKDIR ./ ARG PUID=1000