Skip to content

Commit fc1373a

Browse files
committed
ci: update sr.ht to use alpine/latest, more reliable
1 parent b6127b0 commit fc1373a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/srht/on_master_success

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ OAUTH_TOKEN="$2"
1616
YML_FILE="tmp.yml"
1717

1818
cat <<EOF >"$YML_FILE"
19-
image: alpine/edge
19+
image: alpine/latest
2020
packages:
2121
- py3-pip
2222
- curl
2323
- jq
24+
- xz
2425
secrets:
2526
- 6c60aaee-92e7-4e7d-812c-114817689b4d
2627
sources:

0 commit comments

Comments
 (0)