From 6b0028e986516a5be792f16acfa7282e1eb37746 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 15:16:15 +0000 Subject: [PATCH] Update docker.io/python Docker tag to v3.12 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32340a4cac..99cc81c73c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:3.11-alpine +FROM docker.io/python:3.12-alpine ENV PYTHONUNBUFFERED 1 RUN apk add --no-cache --upgrade \ @@ -20,7 +20,7 @@ RUN pip install -f /dep-wheels click requests && python /flexget/dev_tools.py bu COPY . /flexget RUN pip wheel --no-deps --wheel-dir /wheels -e /flexget -FROM docker.io/python:3.11-alpine +FROM docker.io/python:3.12-alpine ENV PYTHONUNBUFFERED 1 RUN apk add --no-cache --upgrade \