add-on: bump python to version 3.12.10-r1 (#429)

This commit is contained in:
Stefan Allius
2025-05-25 02:27:22 +02:00
committed by GitHub
parent f69f9c6d63
commit 11e3226460
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ ARG BUILD_FROM="ghcr.io/hassio-addons/base:17.2.5"
FROM $BUILD_FROM AS base
# Installiere Python, pip und virtuelle Umgebungstools
RUN apk add --no-cache python3=3.12.10-r0 py3-pip=24.3.1-r0 && \
RUN apk add --no-cache python3=3.12.10-r1 py3-pip=24.3.1-r0 && \
python -m venv /opt/venv && \
. /opt/venv/bin/activate