We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee97776 commit 7865a0aCopy full SHA for 7865a0a
1 file changed
tools/imagesets/oracle8conda/distrib_nisar/Dockerfile
@@ -12,7 +12,7 @@ RUN cd /opt \
12
&& git clone https://$GIT_OAUTH_TOKEN@github-fn.jpl.nasa.gov/NISAR-ADT/SoilMoisture \
13
&& git clone https://github.com/isce-framework/nisarqa.git \
14
&& cd /opt/nisarqa && git checkout v16.0.1 && rm -rf .git \
15
- && cd /opt/SoilMoisture && git checkout v0.3.2 && rm -rf .git
+ && cd /opt/SoilMoisture && git checkout v0.4.1 && rm -rf .git
16
17
FROM $distrib_img
18
0 commit comments