Skip to content

Commit

Permalink
Remove hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 24, 2024
1 parent 5a8ac3a commit d87e1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/dockerfiles/Dockerfile.2004
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 237,7 @@ ENTRYPOINT ["/bin/bash", "startup.sh"]

FROM release-image as mainnet-release

ARG BUILD_VERSION="v1.15.0"
ARG BUILD_VERSION="v0.0.0"
ENV VERSION=${BUILD_VERSION}

RUN STORAGE_PATH=$(echo ${VERSION} | awk -F'[.]' '{print $1 $2}') \
Expand Down

0 comments on commit d87e1f3

Please sign in to comment.