Skip to content

Commit 29f7264

Browse files
Update contract-repo-deployer docker image to match tools glibc version requirement (Debian 11 -> 12) (#106)
1 parent 640045b commit 29f7264

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
- simulation
3535

3636
contract-repo-deployer:
37-
image: node:hydrogen-bullseye
37+
image: node:hydrogen-bookworm
3838
labels:
3939
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
4040
environment:

run_bootstrap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ echo "I am a bootstrap node"
77
exec /usr/bin/wakunode\
88
--relay=false\
99
--rest=true\
10+
--rest-admin=true\
1011
--rest-address=0.0.0.0\
1112
--max-connections=300\
1213
--dns-discovery=true\

0 commit comments

Comments
 (0)