From b5f7da18503f81e1d4cda093f31f435f60c2c26f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:28:40 +0000 Subject: [PATCH] feat(Dependencies): Update python Docker tag to v3.11.6 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.11.5 | 3.11.6 | --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5df71c34..9c8549d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-bookworm +FROM python:3.11.6-bookworm RUN apt-get update -y RUN apt-get install -y build-essential WORKDIR /code