Skip to content

Commit

Permalink
update metanorm version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Jun 25, 2020
1 parent d446c84 commit 939db84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
env:
global:
- BASE_IMAGE_NAME="${DOCKER_ORG}/geospaas:v1.0.0"
- METANORM_VERSION='0.0.3'
- METANORM_VERSION='1.0.0'

jobs:
include:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nansencenter/geospaas:v1.0.0 as base

ARG METANORM_VERSION=0.0.3
ARG METANORM_VERSION=1.0.0
RUN pip install --no-cache-dir \
https://github.com/nansencenter/metanorm/releases/download/${METANORM_VERSION}/metanorm-${METANORM_VERSION}-py3-none-any.whl \
graypy==2.1.0 \
Expand Down

0 comments on commit 939db84

Please sign in to comment.