Commit 1f379475 authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

Updated OpenSSL 1.1.1p -> 1.1.1q

parent 5508b2b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ LABEL maintainer="batonogov@icloud.com"

ARG PYTHON_VERSION=3.10.5
ARG PYINSTALLER_VERSION=5.2.0
ARG OPENSSL_VERSION=1.1.1p
ARG OPENSSL_VERSION=1.1.1q

ENV PYPI_URL=https://pypi.python.org/
ENV PYPI_INDEX_URL=https://pypi.python.org/simple
+5 −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: 
- 5.1.0 for Python 3.10.5
- 5.2.0 for Python 3.10.5

## Tags

@@ -54,7 +54,7 @@ will generate a `spec` file for `your-script.py` in your current working directo

##### How do I change the PyInstaller version used?

Add `pyinstaller=4.5.1` to your `requirements.txt`.
Add `pyinstaller=5.1.0` to your `requirements.txt`.

##### Is it possible to use a package mirror?

@@ -141,6 +141,9 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000
- Updated OpenSSL 1.1.1o -> 1.1.1p
- Updated Pyinstaler 5.1.0 -> 5.2.0

#### [2.8] - Upcoming
- Updated OpenSSL 1.1.1p -> 1.1.1q

## License

MIT