Skip to content

Commit e699c97

Browse files
committed
fix erddap content URL
1 parent 80a4fca commit e699c97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ COPY --from=unidata-tomcat-image ${CATALINA_HOME}/conf/web.xml ${CATALINA_HOME}/
4040
COPY --from=unidata-tomcat-image ${CATALINA_HOME}/conf/server.xml ${CATALINA_HOME}/conf/
4141

4242
ARG ERDDAP_VERSION=2.25.1
43-
# ARG ERDDAP_CONTENT_URL=https://github.com/ERDDAP/erddap/releases/download/v$ERDDAP_VERSION/erddapContent.zip
44-
ARG ERDDAP_CONTENT_URL=https://github.com/ERDDAP/erddap/releases/download/v2.24/erddapContent.zip
45-
ARG ERDDAP_WAR_URL=https://github.com/ERDDAP/erddap/releases/download/v$ERDDAP_VERSION/erddap.war
43+
ARG ERDDAP_CONTENT_VERSION=1.0.0
44+
ARG ERDDAP_CONTENT_URL="https://github.com/ERDDAP/erddapContent/archive/refs/tags/content${ERDDAP_CONTENT_VERSION}.zip"
45+
ARG ERDDAP_WAR_URL="https://github.com/ERDDAP/erddap/releases/download/v${ERDDAP_VERSION}/erddap.war"
4646
ENV ERDDAP_bigParentDirectory /erddapData
4747

4848
RUN apt-get update && apt-get install -y unzip xmlstarlet \

0 commit comments

Comments
 (0)