Skip to content

Commit

Permalink
Remove v prefix from docker image version pulled
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Aug 8, 2024
1 parent c2127f8 commit 66c8fe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion erigon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG UPSTREAM_VERSION

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

ARG NETWORK
ARG P2P_PORT
Expand Down

0 comments on commit 66c8fe6

Please sign in to comment.