Skip to content

Commit 488460c

Browse files
authored
Merge pull request #100 from axiom-data-science/update-to-2.28.1
Update to ERDDAP v2.28.1
2 parents c0f6fb0 + f58db84 commit 488460c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ERDDAP_VERSION=v2.27.0
1+
ARG ERDDAP_VERSION=v2.28.1
22
ARG BASE_IMAGE=erddap/erddap:$ERDDAP_VERSION
33
FROM $BASE_IMAGE
44

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ See https://hub.docker.com/r/erddap/erddap for more details.
1818
Most 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

0 commit comments

Comments
 (0)