Unverified Commit 1f379865 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Python 3.12.4 (#91)

parent 61f701ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM python:3.12.3
FROM python:3.12.4
SHELL ["/bin/bash", "-i", "-c"]

LABEL maintainer="f.batonogov@yandex.ru"
+1 −1
Original line number Diff line number Diff line
FROM python:3.12.3-slim
FROM python:3.12.4-slim
SHELL ["/bin/bash", "-i", "-c"]

LABEL maintainer="f.batonogov@yandex.ru"
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ LABEL maintainer="f.batonogov@yandex.ru"
ENV DEBIAN_FRONTEND noninteractive

ARG WINE_VERSION=winehq-devel
ARG PYTHON_VERSION=3.12.3
ARG PYTHON_VERSION=3.12.4
ARG PYINSTALLER_VERSION=6.7.0

# we need wine for this all to work, so we'll use the PPA