Skip to content

Commit

Permalink
Merge pull request #93 from mmacata/actinia-gdi-version-update
Browse files Browse the repository at this point in the history
update version in actinia-gdi alpine Dockerfile
  • Loading branch information
mmacata authored Jun 17, 2020
2 parents b9683ca + 89cba00 commit edb352d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/actinia-core-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ RUN curl https://api.github.com/repos/mundialis/actinia_statistic_plugin/release
RUN curl https://api.github.com/repos/mundialis/actinia_satellite_plugin/releases/26187974 > resp.json && \
name=`cat resp.json | jq '.assets[0].name' | tr -d '"'` && \
cat resp.json | jq '.assets[0].browser_download_url' | xargs curl -L --output /build/$name && rm resp.json
# Get actinia-gdi plugin (27602956 = 0.1.9)
RUN curl https://api.github.com/repos/mundialis/actinia-gdi/releases/27602956 > resp.json && \
# Get actinia-gdi plugin (27651023 = 0.1.10)
RUN curl https://api.github.com/repos/mundialis/actinia-gdi/releases/27651023 > resp.json && \
name=`cat resp.json | jq '.assets[0].name' | tr -d '"'` && \
cat resp.json | jq '.assets[0].browser_download_url' | xargs curl -L --output /build/$name && rm resp.json
# Install actinia-core and plugins
Expand Down

0 comments on commit edb352d

Please sign in to comment.