Commit 45fcfb63 authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

Подготовка нового релиза

parent b951e2e2
Loading
Loading
Loading
Loading

.DS_Store

0 → 100644
+6 KiB

File added.

No diff preview for this file type.

+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.9.7
ARG PYTHON_VERSION=3.10.0
ARG PYINSTALLER_VERSION=4.5.1

ENV PYPI_URL=https://pypi.python.org/
+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.9.7
ARG PYTHON_VERSION=3.10.0
ARG PYINSTALLER_VERSION=4.5.1

# we need wine for this all to work, so we'll use the PPA
+2 −2
Original line number Diff line number Diff line
@@ -118,8 +118,8 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000
- Deleted Python 2 Dockerfiles
- Deleted 32 bit Dockerfiles

#### [2.3] - 2021-10-17
- UUpdated Python 3.9.7 -> 3.10.0
#### [2.3] - Upcoming Release
- Updated Python 3.9.7 -> 3.10.0

## License