mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-02 14:03:07 +00:00
Update contract-repo-deployer docker image to match tools glibc version requirement (Debian 11 -> 12) (#106)
This commit is contained in:
parent
640045bd30
commit
29f7264179
@ -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:
|
||||
|
||||
@ -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\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user