File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1- ARG ERDDAP_VERSION=v2.27.0
1+ ARG ERDDAP_VERSION=v2.28.1
22ARG BASE_IMAGE=erddap/erddap:$ERDDAP_VERSION
33FROM $BASE_IMAGE
44
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ See https://hub.docker.com/r/erddap/erddap for more details.
1818Most recent versions:
1919
2020* ` axiom/docker-erddap:latest `
21+ * ` axiom/docker-erddap:v2.28.1 `
2122* ` axiom/docker-erddap:v2.27.0 `
2223* ` axiom/docker-erddap:2.25.1-jdk21-openjdk `
2324
@@ -30,6 +31,10 @@ and is not as thoroughly tested as tagged images.
3031
3132## Breaking changes
3233
34+ Breaking changes are noted for the functionality added by this image only.
35+ Please also review the [ ERDDAP change notes] (https://erddap.github.io/changes )
36+ before upgrading.
37+
3338* v2.27.0
3439** CORS is now off by default. To enable it, set ` ERDDAP_enableCors=true ` .
3540
You can’t perform that action at this time.
0 commit comments