Skip to content

Commit

Permalink
Update actinia-gdi release to 0.1.7 (25559351)
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann authored Apr 16, 2020
1 parent 29fe1df commit 4aa73d7
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 @@ -63,8 +63,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/22686533 > 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 (25310101 = 0.1.6)
RUN curl https://api.github.com/repos/mundialis/actinia-gdi/releases/25310101 > resp.json && \
# Get actinia-gdi plugin (25559351 = 0.1.7)
RUN curl https://api.github.com/repos/mundialis/actinia-gdi/releases/25559351 > 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 4aa73d7

Please sign in to comment.