Skip to content

Commit

Permalink
upgrade dockerfile and dependencies to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Aug 14, 2023
1 parent 602b33b commit 1cdc6ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Docker/metadig-controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM tomcat:8.5
FROM tomcat:10-jre17
FROM tomcat:8-jre17

LABEL org.opencontainers.image.source="https://github.com/nceas/metadig-webapp"
LABEL org.opencontainers.image.title="metadig-controller"
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<properties>
<jersey.version>2.23.1</jersey.version>
<jersey.version>2.35</jersey.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- <docker.registry>docker.io</docker.registry> -->
<docker.repo>metadig</docker.repo>
Expand Down Expand Up @@ -118,9 +118,9 @@
<version>2.9.9</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>${jersey.version}</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 1cdc6ca

Please sign in to comment.