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 30e855b + fcce07d commit 40f39ddCopy full SHA for 40f39dd
CHANGELOG.md
@@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
14
### Quality
15
* Clean controllers.
16
### Dependency Upgrades
17
+* Replace the deprecated `openjdk` Docker base image with `eclipse-temurin` and upgrade to Java 11.0.18 patch.
18
* Upgrade to Spring Boot 2.6.14.
19
* Upgrade to Gradle 7.6.
20
* Upgrade OkHttp to 4.9.0.
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM openjdk:11.0.15-jre-slim
+FROM eclipse-temurin:11.0.18_10-jre
2
3
ARG jar
4
0 commit comments