From 5da41871d055fd82e000d99ad4e3090824fc025a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 13:27:25 +0400 Subject: [PATCH] Update python Docker tag to v3.11.4 (#47) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f633af..fc92fab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Python base image -FROM python:3.11.3-alpine +FROM python:3.11.4-alpine # cookiecutter works with current working WORKDIR /workdir