From 979cbdc6e5cb1212ac334b7989debba4a489431a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 20:58:03 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.11.4 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4e5b355..6e85cf7 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine3.17 +FROM python:3.11.4-alpine3.17 ARG UID=1337 ARG GID=1337