Skip to content

Commit 1427f13

Browse files
committed
Update Dockerfile
1 parent 418d8e0 commit 1427f13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clients/ethrex/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ ADD enode.sh /hive-bin/enode.sh
2020
RUN chmod +x /hive-bin/enode.sh
2121

2222
# Create version.txt
23-
# RUN /usr/local/bin/ethrex --version | sed -e 's/ethrex \(.*\)/\1/' > /version.txt
24-
RUN echo "ethrex/0.1.0" > /version.txt
23+
RUN ethrex --version | sed -e 's/ethrex \(.*\)/\1/' > /version.txt
2524

2625
# Export the usual networking ports to allow outside access to the node.
2726
EXPOSE 8545 8546 30303 30303/udp

0 commit comments

Comments
 (0)