From b4116bf6a08d7c3bcb00f98efd6cc2b81fb3e220 Mon Sep 17 00:00:00 2001 From: drone Date: Thu, 8 Dec 2022 05:05:20 +0000 Subject: [PATCH] Update python Docker tag to v3.11.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7374efc..9a2e7e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/python:3.10.8-alpine3.16 +FROM amd64/python:3.11.1-alpine3.16 WORKDIR ./ ARG PUID=1000