diff --git a/tools/imagesets/oracle8conda/distrib_nisar/Dockerfile b/tools/imagesets/oracle8conda/distrib_nisar/Dockerfile index e1af085ea..b1af24409 100644 --- a/tools/imagesets/oracle8conda/distrib_nisar/Dockerfile +++ b/tools/imagesets/oracle8conda/distrib_nisar/Dockerfile @@ -12,7 +12,7 @@ RUN cd /opt \ && git clone https://$GIT_OAUTH_TOKEN@github-fn.jpl.nasa.gov/NISAR-ADT/SoilMoisture \ && git clone https://github.com/isce-framework/nisarqa.git \ && cd /opt/nisarqa && git checkout v16.0.1 && rm -rf .git \ - && cd /opt/SoilMoisture && git checkout v0.3.2 && rm -rf .git + && cd /opt/SoilMoisture && git checkout v0.4.0 && rm -rf .git FROM $distrib_img