Unverified Commit 12545e17 authored by Fedor Batonogov's avatar Fedor Batonogov Committed by GitHub
Browse files

Python 3.11.6 (#34)

parent adf60ce8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM python:3.11.5
FROM python:3.11.6
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-stable
ARG PYTHON_VERSION=3.11.5
ARG PYTHON_VERSION=3.11.6
ARG PYINSTALLER_VERSION=6.0.0

# we need wine for this all to work, so we'll use the PPA
+13 −12
Original line number Diff line number Diff line
@@ -7,15 +7,16 @@
`batonogov/pyinstaller-linux` or `batonogov/pyinstaller-windows` both have few tags:

| TAG                      | Python version | Pyinstaller version |
| ---------------------- | -------------- | ------------------- |
| `:latest`/`:v3.2.0`    | 3.11.5         | 6.0.0               |
| ------------------------ | -------------- | ------------------- |
| `:python-3.11`/`:v3.2.1` | 3.11.6         | 6.0.0               |
| `:v3.2.0`                | 3.11.5         | 6.0.0               |
| `:3.1.6`                 | 3.11.5         | 5.13.2              |
| `:3.1.5`                 | 3.11.5         | 5.13.1              |
| `:3.1.4`                 | 3.11.4         | 5.13.0              |
| `:3.1.3`                 | 3.11.4         | 5.12.0              |
| `:3.1.1`                 | 3.11.3         | 5.11.0              |
| `:3.1.0`                 | 3.11.3         | 5.9.0               |
| `:python-3.11`/`:3.0.2`| 3.11.2         | 5.8.0               |
| `:3.0.2`                 | 3.11.2         | 5.8.0               |
| `:3.0.1`                 | 3.11.1         | 5.7.0               |
| `:python-3.10`           | 3.10.10        | 5.7.0               |