Unverified Commit f4f47d78 authored by watucker's avatar watucker Committed by GitHub
Browse files

Merge branch 'master' into ansible-fixes-as

parents 64db11b1 64a6ad6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ FROM ${ESGF_REPOSITORY_BASE}/jdk:${ESGF_IMAGES_VERSION} as builder

# Unpack the THREDDS war
ARG THREDDS_VERSION=5.5
ARG THREDDS_SHA1=4fecc9bd5430de7faf0ee6762ae838ab88db9a97
ARG THREDDS_SHA1=e8643f8600124937d9529bffc7e9622ff1d936ae
ARG THREDDS_URL=https://downloads.unidata.ucar.edu/tds/$THREDDS_VERSION/thredds-$THREDDS_VERSION-SNAPSHOT.war
RUN mkdir /application && \
    cd /application && \