Commit 01583388 authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

Updated Python 3.10.6 -> 3.10.7

parent 4f699b6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-i", "-c"]

LABEL maintainer="batonogov@icloud.com"

ARG PYTHON_VERSION=3.10.6
ARG PYTHON_VERSION=3.10.7
ARG PYINSTALLER_VERSION=5.3.0
ARG OPENSSL_VERSION=1.1.1q

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

ARG WINE_VERSION=winehq-stable
ARG PYTHON_VERSION=3.10.6
ARG PYTHON_VERSION=3.10.7
ARG PYINSTALLER_VERSION=5.3.0

# we need wine for this all to work, so we'll use the PPA
+7 −3
Original line number Diff line number Diff line
@@ -4,14 +4,14 @@

Current PyInstaller version used:

- 5.3.0 for Python 3.10.6
- 5.3.0 for Python 3.10.7

## Tags

`batonogov/pyinstaller-linux` both have few tags `:latest`, `:dev`.
`batonogov/pyinstaller-windows` both have few tags `:latest`, `:dev`.

The `:latest` tag runs Python 3.10.6 x86-64.
The `:latest` tag runs Python 3.10.7 x86-64.

## Usage

@@ -55,7 +55,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=5.1.0` to your `requirements.txt`.
Add `pyinstaller=5.2.0` to your `requirements.txt`.

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

@@ -70,6 +70,10 @@ None
<details>
  <summary>2022</summary>

#### [2.9] - upcoming

- Updated Python 3.10.6 -> 3.10.7

#### [2.8] - 2022-08-11

- Updated OpenSSL 1.1.1p -> 1.1.1q