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

Uodate python and OpenSSL

parent 197fdb7a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,9 +3,9 @@ SHELL ["/bin/bash", "-i", "-c"]

LABEL maintainer="f.batonogov@yandex.ru"

ARG PYTHON_VERSION=3.10.7
ARG PYTHON_VERSION=3.10.8
ARG PYINSTALLER_VERSION=5.5.0
ARG OPENSSL_VERSION=3.0.4
ARG OPENSSL_VERSION=3.0.5

ENV PYPI_URL=https://pypi.python.org/
ENV PYPI_INDEX_URL=https://pypi.python.org/simple
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ LABEL maintainer="f.batonogov@yandex.ru"
ENV DEBIAN_FRONTEND noninteractive

ARG WINE_VERSION=winehq-stable
ARG PYTHON_VERSION=3.10.7
ARG PYTHON_VERSION=3.10.8
ARG PYINSTALLER_VERSION=5.5.0

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

Current PyInstaller version used:

- 5.5.0 for Python 3.10.7
- 5.5.0 for Python 3.10.8

## Tags

@@ -75,8 +75,8 @@ None
- Python is compiled from sources
- Updated GitHub Actions (testing the image before push)
- Optimized Dockerfiles
- Updated OpenSSL 1.1.1q -> 3.0.4
- Updated Python 3.10.6 -> 3.10.7
- Updated OpenSSL 1.1.1q -> 3.0.5
- Updated Python 3.10.6 -> 3.10.8
- Updated Pyintaller 5.3.0 -> 5.5.0

#### [2.8] - 2022-08-11
+2 −1
Original line number Diff line number Diff line
import requests

requests.get('https://api.github.com')
get = requests.get('https://api.github.com')
print(get)