Skip to content

Commit

Permalink
Bump up eosio and fill-pg version (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
varshajnagaraja committed Apr 24, 2020
1 parent ac514f1 commit 0693a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init_config.file
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHIP_CONTAINER_NAME=eosio_nodeos_ship
SHIP_IMAGE_PREFIX=eosio/eosio-explorer
SHIP_DOCKERFILE_VERSION=fill-pg-1.2
SHIP_DOCKERFILE_VERSION=fill-pg-1.3
SHIP_IMAGE_NAME=$SHIP_IMAGE_PREFIX:$SHIP_DOCKERFILE_VERSION
SHIP_PLUGIN_PORT=8080

Expand All @@ -15,7 +15,7 @@ POSTGRES_PORT=5431

NODEOS_CONTAINER_NAME=eosio_nodeos
NODEOS_IMAGE_PREFIX=eosio_nodeos
NODEOS_VERSION=eos1.8.6
NODEOS_VERSION=eos2.0.5
NODEOS_DOCKERFILE_VERSION=dockerfile1.0
NODEOS_IMAGE_NAME=$NODEOS_IMAGE_PREFIX:$NODEOS_VERSION-$NODEOS_DOCKERFILE_VERSION
NODEOS_VOLUME_NAME=eosio_volume
Expand Down

0 comments on commit 0693a46

Please sign in to comment.