Skip to content

Commit 26f7461

Browse files
committed
bump
1 parent e2e8565 commit 26f7461

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ COPY --from=unidata-tomcat-image ${CATALINA_HOME}/conf/web.xml ${CATALINA_HOME}/
3939
# Security enhanced server.xml
4040
COPY --from=unidata-tomcat-image ${CATALINA_HOME}/conf/server.xml ${CATALINA_HOME}/conf/
4141

42-
ARG ERDDAP_VERSION=2.25
42+
ARG ERDDAP_VERSION=2.25.1
4343
ARG ERDDAP_CONTENT_URL=https://github.com/ERDDAP/erddap/releases/download/v$ERDDAP_VERSION/erddapContent.zip
4444
ARG ERDDAP_WAR_URL=https://github.com/ERDDAP/erddap/releases/download/v$ERDDAP_VERSION/erddap.war
4545
ENV ERDDAP_bigParentDirectory /erddapData

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ A feature full Tomcat (SSL over APR, etc.) running [ERDDAP](http://coastwatch.pf
44

55
Most recent versions:
66

7-
* `axiom/docker-erddap:latest-jdk21-openjdk` (2.25)
8-
* `axiom/docker-erddap:2.25-jdk21-openjdk`
7+
* `axiom/docker-erddap:latest-jdk21-openjdk` (2.25.1)
8+
* `axiom/docker-erddap:2.25.1-jdk21-openjdk`
99
* `axiom/docker-erddap:2.24-jdk21-openjdk`
1010
* `axiom/docker-erddap:2.23-jdk17-openjdk`
1111

0 commit comments

Comments
 (0)