We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69b60e commit 0d8e00dCopy full SHA for 0d8e00d
Makefile
@@ -10,8 +10,8 @@ ERIGON_USER ?= erigon
10
# if using volume-mounting data dir, then must exist on host OS
11
DOCKER_UID ?= $(shell id -u)
12
DOCKER_GID ?= $(shell id -g)
13
-#DOCKER_TAG ?= thorax/erigon:latest
14
-DOCKER_TAG ?= danilamelnik/erigon-starter:v0.2
+DOCKER_TAG ?= thorax/erigon:latest
+
15
16
# Variables below for building on host OS, and are ignored for docker
17
#
0 commit comments