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

This commit is contained in:
NagyZoltanPeter 2025-05-06 11:34:02 +02:00
parent 640045bd30
commit 881b85b98c
No known key found for this signature in database
GPG Key ID: 16EADB9673B65368
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\