Skip to content

Commit

Permalink
config updates for java17
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Aug 11, 2023
1 parent 5cb7652 commit 0839abb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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:8-alpine
FROM eclipse-temurin:17.0.7_7-jre-jammy

LABEL org.opencontainers.image.source="https://github.com/nceas/metadig-webapp"
LABEL org.opencontainers.image.title="metadig-controller"
Expand Down
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<!-- copy built metadig-webapp JAR file to the location needed to build the docker image -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -112,6 +117,12 @@
<artifactId>joda-time</artifactId>
<version>2.9.9</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>

</dependencies>

</project>

0 comments on commit 0839abb

Please sign in to comment.