diff --git a/build.ps1 b/build.ps1 index ff5d27c..696cdac 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.221 ` + -e VERSION=2.225 ` -v ${PSScriptRoot}:/src ` python:alpine ` /src/build.sh