Unverified Commit 34214548 authored by Chris R's avatar Chris R Committed by GitHub
Browse files

Merge pull request #20 from Inveracity/patch-1

update python from 3.6.3 to 3.6.4 for win64
parents 8584cd4a 4f937e00
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