This repository was archived by the owner on Aug 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ General purpose library for EOSIO blockchains.
99
1010| [ EOSIO/eosjs] ( /EOSIO/eosjs ) | [ Npm] ( https://www.npmjs.com/package/eosjs ) | [ EOSIO/eos] ( https://github.com/EOSIO/eos ) | [ Docker Hub] ( https://hub.docker.com/r/eosio/eos/ ) |
1111| --- | --- | --- | --- |
12- | tag: 15.0.2 | ` npm install eosjs ` (version 15) | tag: v1.0.5 | eosio/eos: v1 .0.5 |
12+ | tag: 15.0.2 | ` npm install eosjs ` (version 15) | tag: v1.0.6 | eosio/eos: v1 .0.6 |
1313
1414Upgrade notes:
1515* Converted some types in ** format** module from unsigned to signed: UDecimalPad -> DecimalPad for example (15.0.1)
Original file line number Diff line number Diff line change 1- FROM eosio/eos:v1.0.5
1+ FROM eosio/eos:v1.0.6
22COPY config.ini /
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3"
22
33services :
44 nodeosd :
5- image : eosio/eos:v1.0.5
5+ image : eosio/eos:v1.0.6
66 build :
77 context : .
88 dockerfile : Dockerfile
@@ -18,7 +18,7 @@ services:
1818 - " 8888"
1919
2020 keosd :
21- image : eosio/eos:v1.0.5
21+ image : eosio/eos:v1.0.6
2222 command : /opt/eosio/bin/keosd --wallet-dir /opt/eosio/bin/data-dir --http-server-address=0.0.0.0:8900
2323 hostname : keosd
2424 ports :
You can’t perform that action at this time.
0 commit comments