Skip to content

Commit

Permalink
fix VersionInfo.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
magicxor committed Mar 23, 2024
1 parent 5d44cba commit 3ef7551
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ubuntu_rolling_sources/VersionInfo.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ RUN apt-get update && \
git fetch --tags && \
torLatestTag=$(git describe --tags "$(git rev-list --tags --max-count=1)") && \
# get webtunnel
cd ~/git/webtunnel/main/client && \
cd ~/git/webtunnel && \
webtunnelCommitHash=$(git rev-parse --short HEAD) && \
# get snowflake
cd ~/git/snowflake/ && \
cd ~/git/snowflake && \
snowflakeCommitHash=$(git rev-parse --short HEAD) && \
# get obfs4proxy
cd ~/git/obfs4 && \
git fetch --tags && \
obfs4LatestTag=$(git describe --tags "$(git rev-list --tags --max-count=1)") && \
# write version info
Expand Down

0 comments on commit 3ef7551

Please sign in to comment.