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
2
2
ARG BASE_IMAGE=erddap/erddap:$ERDDAP_VERSION
3
3
FROM $BASE_IMAGE
4
4
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.
18
18
Most recent versions:
19
19
20
20
* ` axiom/docker-erddap:latest `
21
+ * ` axiom/docker-erddap:v2.28.1 `
21
22
* ` axiom/docker-erddap:v2.27.0 `
22
23
* ` axiom/docker-erddap:2.25.1-jdk21-openjdk `
23
24
@@ -30,6 +31,10 @@ and is not as thoroughly tested as tagged images.
30
31
31
32
## Breaking changes
32
33
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
+
33
38
* v2.27.0
34
39
** CORS is now off by default. To enable it, set ` ERDDAP_enableCors=true ` .
35
40
You can’t perform that action at this time.
0 commit comments