From f3ac639d43e5a265fff2487fb039c88ab6f8b240 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:51:08 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.11.2 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ad0d650..73910fa 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM python:3.11.1-alpine3.17 +FROM python:3.11.2-alpine3.17 ARG UID=1337 ARG GID=1337