Skip to content

Commit 1805242

Browse files
committed
v2.304
1 parent 37ad126 commit 1805242

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
None
1313
1414
.NOTES
15-
Copyright 2021 Subatomix Research Inc
15+
Copyright 2023 Subatomix Research Inc
1616
SPDX-License-Identifier: Apache-2.0
1717
1818
Licensed under the Apache License, Version 2.0 (the "License");
@@ -32,13 +32,13 @@
3232
JetBrains Mono Slashed: https://github.com/sharpjs/JetBrainsMonoSlashed
3333
#>
3434

35-
#Requires -Version 5.1
35+
#Requires -Version 5.1 # or later
3636
$ErrorActionPreference = "Stop"
3737
Set-StrictMode -Version Latest
3838

3939
# Run remainder of build in an ephemeral Docker container
4040
& docker run -t --rm `
41-
-e VERSION=2.242 `
41+
-e VERSION=2.304 `
4242
-v ${PSScriptRoot}:/src `
4343
python:alpine `
4444
/src/build.sh

0 commit comments

Comments
 (0)