Skip to content

Commit

Permalink
#154 : Switch to Eclipse Temurin for base Java docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed May 20, 2023
1 parent b99833a commit 53d6e27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 3rd-party-licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* Jakarta Bean Validation - https://beanvalidation.org/licensing/
* Springfox - https://github.com/springfox/springfox/blob/master/LICENSE
* Swagger - https://github.com/swagger-api/swagger-core/blob/master/LICENSE
* Eclipse Temurin - https://projects.eclipse.org/projects/adoptium.temurin

## Build & Test

Expand All @@ -34,3 +35,4 @@
* JBehave - https://jbehave.org/license.html



2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17
FROM eclipse-temurin:17.0.7_7-jdk

RUN apt-get update
RUN apt-get install -y maven
Expand Down

0 comments on commit 53d6e27

Please sign in to comment.