Skip to content

Commit

Permalink
Fix dockerfile base image
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Sep 23, 2024
1 parent eed6176 commit 468e813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG UPSTREAM_VERSION

# Removes the v prefix from the version
FROM thorax/erigon:${UPSTREAM_VERSION#v}-amd64
FROM thorax/erigon:${UPSTREAM_VERSION#v}

ARG NETWORK
ARG P2P_PORT
Expand Down

0 comments on commit 468e813

Please sign in to comment.