chore: update innernet

This commit is contained in:
Linus Sehn 2023-08-23 15:24:19 +02:00
parent 0b79723fb6
commit bc4d50ab8a

View File

@ -6,7 +6,7 @@ docker build . -t rust-deb:bullseye
# Go to innernet-src submodule
cd innernet-src || exit
INNERNET_VERSION="${INNERNET_VERSION:-1.5.4}"
INNERNET_VERSION="${INNERNET_VERSION:-1.6.0}"
# Checkout correct version
git checkout "v${INNERNET_VERSION}"