Skip to content

Commit e76dbc3

Browse files
committed
update zinit to v0.2.14
1 parent 67d19cc commit e76dbc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/kernel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
kernel:
1313
name: "Zero-OS Kernel Image"
1414
runs-on: ubuntu-latest
15-
container: ubuntu:18.04
15+
container: ubuntu:20.04
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v1

packages/zinit.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ZINIT_VERSION="0.2.11"
2-
ZINIT_HASH="e1d6a6f0ff604e58735cd7bd127e5c78"
1+
ZINIT_VERSION="0.2.14"
2+
ZINIT_HASH="2617c4d62e7b33e34c1836e39a3be93e"
33
ZINIT_BINARY="https://github.com/threefoldtech/zinit/releases/download/v${ZINIT_VERSION}/zinit"
44

55
download_zinit() {

0 commit comments

Comments
 (0)