From 4dc07d1c50cb66f03251a020d934e16bef0abfd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:17:24 +0000 Subject: [PATCH] Update python Docker tag to v3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1669583..ac9a7c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stick to Python 3.11 until Nuitka supports Python 3.12 -FROM python:3.11-alpine@sha256:d1975f2182c9962f5daa1ad935eb092e3e32dce11d8105cb3584a31afc7b451b as base +FROM python:3.12-alpine@sha256:d25c94a7862d8ded0c79c629fc56210001470e54d914ab2f161c18af0755eaae as base ENV PYTHONUNBUFFERED 1 FROM base as builder