Skip to content

Commit bf886f1

Browse files
committed
Bump alpine to 3.13
Closes #69
1 parent a035f6f commit bf886f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
]
3333

3434
alpine_versions = [
35-
"3.11",
3635
"3.12",
36+
"3.13",
3737
]
3838

39-
default_alpine_version = "3.12"
39+
default_alpine_version = "3.13"
4040

4141
def rustup_hash(arch):
4242
url = f"https://static.rust-lang.org/rustup/archive/{rustup_version}/{arch}/rustup-init.sha256"

0 commit comments

Comments
 (0)