Skip to content

Commit

Permalink
update actinia-api version (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata authored Dec 16, 2021
1 parent 66f0869 commit 447c437
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 @@ -79,8 +79,8 @@ RUN curl https://api.github.com/repos/mundialis/actinia-module-plugin/releases/5
RUN curl https://api.github.com/repos/mundialis/actinia-stac-plugin/releases/54012264 > 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-api (54480911 = 2.0.1)
RUN curl https://api.github.com/repos/mundialis/actinia-api/releases/54480911 > resp.json && \
# Get actinia-api (55380165 = 3.0.0)
RUN curl https://api.github.com/repos/mundialis/actinia-api/releases/55380165 > 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

Expand Down

0 comments on commit 447c437

Please sign in to comment.