diff --git a/changelog.d/20241125_181022_steliosvoutsinas_DM_47788.md b/changelog.d/20241125_181022_steliosvoutsinas_DM_47788.md new file mode 100644 index 0000000..f0854a8 --- /dev/null +++ b/changelog.d/20241125_181022_steliosvoutsinas_DM_47788.md @@ -0,0 +1,10 @@ + + +### Changed + +- Updated version of gms to >=1.0.14 + + +### Fixed + +- Label warning in Docker build diff --git a/docker/tap/Dockerfile b/docker/tap/Dockerfile index f59d80d..aedcee1 100644 --- a/docker/tap/Dockerfile +++ b/docker/tap/Dockerfile @@ -1,6 +1,6 @@ FROM images.opencadc.org/library/cadc-tomcat:1 -LABEL org.opencontainers.image.source = "https://github.com/lsst-sqre/tap-postgres" +LABEL org.opencontainers.image.source "https://github.com/lsst-sqre/tap-postgres" COPY *.war /usr/share/tomcat/webapps diff --git a/tap/build.gradle b/tap/build.gradle index 9c98c08..b1a3793 100644 --- a/tap/build.gradle +++ b/tap/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation 'org.opencadc:cadc-adql:1.1.14' implementation 'org.opencadc:cadc-log:1.2.1' - implementation 'org.opencadc:cadc-gms:1.0.13' + implementation 'org.opencadc:cadc-gms:[1.0.14,2.0)' implementation 'org.opencadc:cadc-tap:1.1.16' implementation 'org.opencadc:cadc-tap:cadc-registry-1.7.6' implementation 'org.opencadc:cadc-tap:cadc-tap-1.1.16'