Commit 000ca03b authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

Updated Python 3.9.7 -> 3.10.0

parent c1d47e0d
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.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
+1 −1
Original line number Diff line number Diff line
#!/bin/bash -i

# Add path
PYTHON_VERSION=3.9.7
PYTHON_VERSION=3.10.0
echo 'export PATH=$PATH:$HOME/.pyenv/versions/$PYTHON_VERSION/bin/' >> ~/.bashrc

# Fail on errors.