Skip to content

Commit

Permalink
Update version of gms to 1.0.14 and fix Dockerfile warning about LABEL
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Nov 25, 2024
1 parent c3dd96b commit f759f6e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions changelog.d/20241125_181022_steliosvoutsinas_DM_47788.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!-- Delete the sections that don't apply -->

### Changed

- Updated version of gms to >=1.0.14


### Fixed

- Label warning in Docker build
2 changes: 1 addition & 1 deletion docker/tap/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion tap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f759f6e

Please sign in to comment.