Skip to content

Commit

Permalink
update docker base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Gessner committed Jul 27, 2024
1 parent fe4db19 commit 97430e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jacocoTestReport {

jib {
from {
image = 'amazoncorretto:21.0.3-al2023-headless'
image = 'amazoncorretto:21.0.4-al2023-headless'
container {
ports = ["8080", "8081", "8025"]
creationTime = 'USE_CURRENT_TIMESTAMP'
Expand Down

0 comments on commit 97430e2

Please sign in to comment.