Skip to content

Commit 091135b

Browse files
committed
update docker file ot version 8 an ORFEO 7.3
1 parent 0726f5f commit 091135b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:18.04
22

33
LABEL maintainer="Petr Sevcik, EOX"
4-
LABEL OpenSARToolkit='0.10.1'
4+
LABEL OpenSARToolkit='0.11.1'
55

66
# set work directory to home and download snap
77
WORKDIR /home/ost
@@ -10,8 +10,8 @@ WORKDIR /home/ost
1010
COPY snap8.varfile $HOME
1111

1212
# update variables
13-
ENV OTB_VERSION="7.1.0" \
14-
TBX_VERSION="7" \
13+
ENV OTB_VERSION="7.3.0" \
14+
TBX_VERSION="8" \
1515
TBX_SUBVERSION="0"
1616
ENV TBX="esa-snap_sentinel_unix_${TBX_VERSION}_${TBX_SUBVERSION}.sh" \
1717
SNAP_URL="http://step.esa.int/downloads/${TBX_VERSION}.${TBX_SUBVERSION}/installers" \

0 commit comments

Comments
 (0)