Commit 2d4260ea authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

Updated Pyinstaler

parent a5e9455e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ SHELL ["/bin/bash", "-i", "-c"]
LABEL maintainer="batonogov@icloud.com"

ARG PYTHON_VERSION=3.10.1
ARG PYINSTALLER_VERSION=4.8.0
ARG PYINSTALLER_VERSION=4.9.0
ARG OPENSSL_VERSION=1.1.1m

ENV PYPI_URL=https://pypi.python.org/
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive

ARG WINE_VERSION=winehq-stable
ARG PYTHON_VERSION=3.10.1
ARG PYINSTALLER_VERSION=4.8.0
ARG PYINSTALLER_VERSION=4.9.0

# we need wine for this all to work, so we'll use the PPA
RUN set -x \
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
**batonogov/pyinstaller-linux** and **batonogov/pyinstaller-windows** are a pair of Docker containers to ease compiling Python applications to binaries / exe files.

Current PyInstaller version used: 
- 4.7.0 for Python 3.10.1
- 4.9.0 for Python 3.10.1

## Tags

@@ -128,7 +128,7 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000

#### [2.5] - upcoming
- Updated Ubuntu 20.04 -> 22.04
- Updated Pyinstaler 4.7.0 -> 4.8.0
- Updated Pyinstaler 4.7.0 -> 4.9.0

## License