Skip to content
Snippets Groups Projects
Unverified Commit afb05103 authored by capossele's avatar capossele
Browse files

:whale: Bump up golang version

parent bf151da5
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ services:
entry_node:
container_name: entry_node
image: golang:1.14
image: golang:1.14.4
entrypoint: /go/bin/main
command: >
--config-dir=/tmp
......@@ -35,7 +35,7 @@ services:
peer_master:
container_name: peer_master
image: golang:1.14
image: golang:1.14.4
entrypoint: /go/bin/main
command: >
--config-dir=/tmp
......@@ -52,12 +52,11 @@ services:
- entry_node
peer_replica:
image: golang:1.14
image: golang:1.14.4
entrypoint: /go/bin/main
command: >
--config-dir=/tmp
--database.directory=/tmp/mainnetdb
--node.enablePlugins=bootstrap
--node.disablePlugins=dashboard,portcheck
volumes:
- ./config.docker.json:/tmp/config.json:ro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment