From 14e7d7348aaa6c7f29366babe4aaec87b0dcae48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 01:40:27 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.11.5 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 6e85cf7..68e22b6 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM python:3.11.4-alpine3.17 +FROM python:3.11.5-alpine3.17 ARG UID=1337 ARG GID=1337