diff --git a/build.ps1 b/build.ps1 index 696cdac..50e5c51 100644 --- a/build.ps1 +++ b/build.ps1 @@ -38,7 +38,7 @@ Set-StrictMode -Version Latest # Run remainder of build in an ephemeral Docker container & docker run -t --rm ` - -e VERSION=2.225 ` + -e VERSION=2.242 ` -v ${PSScriptRoot}:/src ` python:alpine ` /src/build.sh