Commit 8d9d2b36 authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

Updated OpenSSL

parent d734fcfc
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ LABEL maintainer="batonogov@icloud.com"

ARG PYTHON_VERSION=3.10.1
ARG PYINSTALLER_VERSION=4.7.0
ARG OPENSSL_VERSION=1.1.1m

ENV PYPI_URL=https://pypi.python.org/
ENV PYPI_INDEX_URL=https://pypi.python.org/simple
@@ -43,9 +44,9 @@ RUN \
RUN mkdir openssl \
    && cd openssl \
    # latest version, there won't be anything newer for this
    && wget https://www.openssl.org/source/openssl-1.1.1l.tar.gz \
    && tar -xzvf openssl-1.1.1l.tar.gz \
    && cd openssl-1.1.1l \
    && wget https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz \
    && tar -xzvf openssl-${OPENSSL_VERSION}.tar.gz \
    && cd openssl-${OPENSSL_VERSION} \
    && ./config --prefix=$HOME/openssl --openssldir=$HOME/openssl shared zlib \
    && make \
    && make install
+2 −1
Original line number Diff line number Diff line
@@ -122,8 +122,9 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000
- Updated Python 3.9.7 -> 3.10.0
- Updated Pyinstaler 4.5.1 -> 4.7.0

#### [2.4] - 2021-12-09
#### [2.4] - 2021-12-23
- Updated Python 3.10.0 -> 3.10.1
- Updated OpenSSL 1.1.1l -> 1.1.1m

## License