From b2bf4e3080548d2ea0eda3193794e0eac0377462 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:53:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/p?= =?UTF-8?q?ython3=20to=20v3.11.8-r0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sqlite-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite-web/Dockerfile b/sqlite-web/Dockerfile index bf899d3..af0793e 100644 --- a/sqlite-web/Dockerfile +++ b/sqlite-web/Dockerfile @@ -16,7 +16,7 @@ RUN \ \ && apk add --no-cache \ nginx=1.24.0-r15 \ - python3=3.11.6-r1 \ + python3=3.11.8-r0 \ \ && pip3 install -r /tmp/requirements.txt \ \