Loading Dockerfile-py3-linux +1 −1 Original line number Diff line number Diff line FROM python:3.12.0 FROM python:3.12.1 SHELL ["/bin/bash", "-i", "-c"] LABEL maintainer="f.batonogov@yandex.ru" Loading Dockerfile-py3-windows +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ LABEL maintainer="f.batonogov@yandex.ru" ENV DEBIAN_FRONTEND noninteractive ARG WINE_VERSION=winehq-stable ARG PYTHON_VERSION=3.12.0 ARG PYTHON_VERSION=3.12.1 ARG PYINSTALLER_VERSION=6.3.0 # we need wine for this all to work, so we'll use the PPA Loading README.md +2 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,8 @@ Images have few tags: | Image | TAG | Python | Pyinstaller | | -------------------------------------------------------------- | ------------------------ | ------- | ----------- | | `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.1.0` | 3.20.0 | 6.3.0 | | `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.1.1` | 3.12.1 | 6.3.0 | | `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.1.0` | 3.12.0 | 6.3.0 | | `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.0.1` | 3.11.7 | 6.3.0 | | `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.0.0` | 3.11.6 | 6.3.0 | | `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v3.3.1` | 3.11.6 | 6.3.0 | Loading Loading
Dockerfile-py3-linux +1 −1 Original line number Diff line number Diff line FROM python:3.12.0 FROM python:3.12.1 SHELL ["/bin/bash", "-i", "-c"] LABEL maintainer="f.batonogov@yandex.ru" Loading
Dockerfile-py3-windows +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ LABEL maintainer="f.batonogov@yandex.ru" ENV DEBIAN_FRONTEND noninteractive ARG WINE_VERSION=winehq-stable ARG PYTHON_VERSION=3.12.0 ARG PYTHON_VERSION=3.12.1 ARG PYINSTALLER_VERSION=6.3.0 # we need wine for this all to work, so we'll use the PPA Loading
README.md +2 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,8 @@ Images have few tags: | Image | TAG | Python | Pyinstaller | | -------------------------------------------------------------- | ------------------------ | ------- | ----------- | | `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.1.0` | 3.20.0 | 6.3.0 | | `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.1.1` | 3.12.1 | 6.3.0 | | `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.1.0` | 3.12.0 | 6.3.0 | | `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.0.1` | 3.11.7 | 6.3.0 | | `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.0.0` | 3.11.6 | 6.3.0 | | `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v3.3.1` | 3.11.6 | 6.3.0 | Loading