From c70ce89353b9a483c78620306cb148c6c3eaf6ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 01:31:21 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20python=20(?= =?UTF-8?q?=203.10=20=E2=86=92=203.12=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | python | 3.10 | 3.12 | --- apps/emonoda/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emonoda/Dockerfile b/apps/emonoda/Dockerfile index f2b6c99..6b40236 100644 --- a/apps/emonoda/Dockerfile +++ b/apps/emonoda/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim as base +FROM python:3.12-slim as base # Setup env ENV LANG C.UTF-8