Unverified Commit 4f937e00 authored by Christopher Baklid's avatar Christopher Baklid Committed by GitHub
Browse files

update python from 3.6.3 to 3.6.4 for win64

Built it locally, made an exe file and it all worked for me
parent 8584cd4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ FROM ubuntu:16.04
ENV DEBIAN_FRONTEND noninteractive

ARG WINE_VERSION=winehq-staging
ARG PYTHON_VERSION=3.6.3
ARG PYTHON_VERSION=3.6.4
ARG PYINSTALLER_VERSION=3.3

# we need wine for this all to work, so we'll use the PPA