We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0b057 commit f36e0d8Copy full SHA for f36e0d8
build.ps1
@@ -38,7 +38,7 @@ Set-StrictMode -Version Latest
38
39
# Run remainder of build in an ephemeral Docker container
40
& docker run -t --rm `
41
- -e VERSION=2.221 `
+ -e VERSION=2.225 `
42
-v ${PSScriptRoot}:/src `
43
python:alpine `
44
/src/build.sh
0 commit comments