We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 021fb1b + 81e5f7d commit 348b9afCopy full SHA for 348b9af
CHANGELOG.md
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
12
* Improve code quality.
13
* Use new TEE classes in tests.
14
### Dependency Upgrades
15
+* Replace the deprecated `openjdk` Docker base image with `eclipse-temurin` and upgrade to Java 11.0.18 patch.
16
* Upgrade to Spring Boot 2.6.14.
17
* Upgrade to Gradle 7.6.
18
* Upgrade OkHttp to 4.9.0.
docker/Dockerfile
@@ -1,5 +1,5 @@
1
# Build app container
2
-FROM openjdk:11.0.15-jre-slim
+FROM eclipse-temurin:11.0.18_10-jre
3
4
ARG jar
5
0 commit comments