We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed73d7c commit cc90713Copy full SHA for cc90713
tools/imagesets/oracle8conda/distrib_nisar/Dockerfile
@@ -11,7 +11,7 @@ ARG GIT_OAUTH_TOKEN
11
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 v15.0.0 && rm -rf .git \
+ && cd /opt/nisarqa && git checkout v15.0.1 && rm -rf .git \
15
&& cd /opt/SoilMoisture && git checkout v0.3.1 && rm -rf .git
16
17
FROM $distrib_img
0 commit comments