Skip to content

Commit 0d8e00d

Browse files
author
Daniil
committed
change back docker tag
1 parent c69b60e commit 0d8e00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ERIGON_USER ?= erigon
1010
# if using volume-mounting data dir, then must exist on host OS
1111
DOCKER_UID ?= $(shell id -u)
1212
DOCKER_GID ?= $(shell id -g)
13-
#DOCKER_TAG ?= thorax/erigon:latest
14-
DOCKER_TAG ?= danilamelnik/erigon-starter:v0.2
13+
DOCKER_TAG ?= thorax/erigon:latest
14+
1515

1616
# Variables below for building on host OS, and are ignored for docker
1717
#

0 commit comments

Comments
 (0)