Skip to content

Commit

Permalink
#164 : Update Docker base image for JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Apr 13, 2024
1 parent a3b3009 commit 1bf24ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 3rd-party-licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

## Build & Test

* JUnit - http://opensource.org/licenses/eclipse-1.0.html
* JUnit - https://opensource.org/licenses/eclipse-1.0.html
* Powermock - https://github.com/jayway/powermock/blob/master/LICENSE.txt
* EasyMock - http://easymock.org/License.html
* Maven - http://www.apache.org/licenses/
* EasyMock - https://easymock.org/License.html
* Maven - https://www.apache.org/licenses/
* Gradle - https://gradle.org/license/
* JsonPath - https://github.com/jayway/JsonPath/blob/master/LICENSE
* Awaitility - https://github.com/awaitility/awaitility/blob/master/LICENSE
* spring-boot-starter-test - http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-testing.html
* spring-boot-starter-test - https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-testing.html
* SpotBugs - https://spotbugs.github.io/index.html
* JaCoCo - https://www.jacoco.org/license.html
* Checkstyle - https://checkstyle.org/licenses.html
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.7_7-jdk
FROM eclipse-temurin:21.0.2_13-jdk

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

0 comments on commit 1bf24ac

Please sign in to comment.