From ca64ead9d38f045cea4e562b55b14fc1c7d2ae6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 02:30:40 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.11.3 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 73910fa..4e5b355 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM python:3.11.2-alpine3.17 +FROM python:3.11.3-alpine3.17 ARG UID=1337 ARG GID=1337