From 091135b694491cec20d807bb4503f117af3d50fa Mon Sep 17 00:00:00 2001 From: BuddyVolly Date: Fri, 10 Sep 2021 14:29:05 +0200 Subject: [PATCH] update docker file ot version 8 an ORFEO 7.3 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 40e53750..189e5d5b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:18.04 LABEL maintainer="Petr Sevcik, EOX" -LABEL OpenSARToolkit='0.10.1' +LABEL OpenSARToolkit='0.11.1' # set work directory to home and download snap WORKDIR /home/ost @@ -10,8 +10,8 @@ WORKDIR /home/ost COPY snap8.varfile $HOME # update variables -ENV OTB_VERSION="7.1.0" \ - TBX_VERSION="7" \ +ENV OTB_VERSION="7.3.0" \ + TBX_VERSION="8" \ TBX_SUBVERSION="0" ENV TBX="esa-snap_sentinel_unix_${TBX_VERSION}_${TBX_SUBVERSION}.sh" \ SNAP_URL="http://step.esa.int/downloads/${TBX_VERSION}.${TBX_SUBVERSION}/installers" \