Skip to content

Commit

Permalink
Merge pull request #556 from iExecBlockchainComputing/feature/eclipse…
Browse files Browse the repository at this point in the history
…-temurin-11.0.18

Upgrade to eclipse-temurin@11.0.18
  • Loading branch information
jeremyjams authored Feb 28, 2023
2 parents ee6b2f5 + 81d084b commit 83b1ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.
* Use recommended annotation in `MetricController`.
* Remove `spring-cloud-starter-openfeign` dependency
### Dependency Upgrades
* Replace the deprecated `openjdk` Docker base image with `eclipse-temurin` and upgrade to Java 11.0.18 patch.
* Upgrade to Spring Boot 2.6.14.
* Upgrade to Gradle 7.6.
* Upgrade OkHttp to 4.9.0.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11.0.15-jre-slim
FROM eclipse-temurin:11.0.18_10-jre

ARG jar

Expand Down

0 comments on commit 83b1ab0

Please sign in to comment.