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 37ad126 commit 1805242Copy full SHA for 1805242
build.ps1
@@ -12,7 +12,7 @@
12
None
13
14
.NOTES
15
- Copyright 2021 Subatomix Research Inc
+ Copyright 2023 Subatomix Research Inc
16
SPDX-License-Identifier: Apache-2.0
17
18
Licensed under the Apache License, Version 2.0 (the "License");
@@ -32,13 +32,13 @@
32
JetBrains Mono Slashed: https://github.com/sharpjs/JetBrainsMonoSlashed
33
#>
34
35
-#Requires -Version 5.1
+#Requires -Version 5.1 # or later
36
$ErrorActionPreference = "Stop"
37
Set-StrictMode -Version Latest
38
39
# Run remainder of build in an ephemeral Docker container
40
& docker run -t --rm `
41
- -e VERSION=2.242 `
+ -e VERSION=2.304 `
42
-v ${PSScriptRoot}:/src `
43
python:alpine `
44
/src/build.sh
0 commit comments