Update contract-repo-deployer docker image to match tools glibc version requirement (Debian 11 -> 12) (#106)

This commit is contained in:
NagyZoltanPeter 2025-05-06 12:56:28 +02:00 committed by GitHub
parent 640045bd30
commit 29f7264179
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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\