From 29f72641796cf129cfd73e25c75a4256ed529ef2 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Tue, 6 May 2025 12:56:28 +0200 Subject: [PATCH] Update contract-repo-deployer docker image to match tools glibc version requirement (Debian 11 -> 12) (#106) --- docker-compose.yml | 2 +- run_bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 19b6be8..97040b9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ services: - simulation contract-repo-deployer: - image: node:hydrogen-bullseye + image: node:hydrogen-bookworm labels: com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}' environment: diff --git a/run_bootstrap.sh b/run_bootstrap.sh index 2bd970c..1d75883 100755 --- a/run_bootstrap.sh +++ b/run_bootstrap.sh @@ -7,6 +7,7 @@ echo "I am a bootstrap node" exec /usr/bin/wakunode\ --relay=false\ --rest=true\ + --rest-admin=true\ --rest-address=0.0.0.0\ --max-connections=300\ --dns-discovery=true\