Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 9ee5f59

Browse files
committed
v1.2.20
1 parent 063da07 commit 9ee5f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR $APP_HOME
66
COPY waves.custom.conf $APP_HOME/waves.conf
77
RUN apt-get update && apt-get install -y curl jq wget \
88
&& JAR_REMOTE_PATH=$(curl "https://api.github.com/repos/wavesplatform/Waves/releases" \
9-
| jq -r '[.[] | select(.tag_name == "v1.2.19")] | first.assets[] | select(.name|endswith(".jar")) | .browser_download_url') \
9+
| jq -r '[.[] | select(.tag_name == "v1.2.20")] | first.assets[] | select(.name|endswith(".jar")) | .browser_download_url') \
1010
&& echo "Downloading '$JAR_REMOTE_PATH'. This may take a few minutes..." \
1111
&& wget $JAR_REMOTE_PATH -qO $APP_HOME/waves.jar
1212
EXPOSE 6860 6869

0 commit comments

Comments
 (0)