Skip to content

Commit

Permalink
ES-1626 Bump base image to azul/zulu-openjdk:17.0.8.1-17.44.53 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcurrie authored Nov 20, 2023
1 parent 866e12e commit d5dd750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/DeployableContainerBuilder.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ abstract class DeployableContainerBuilder extends DefaultTask {

@Input
final Property<String> baseImageTag =
getObjects().property(String).convention('17.0.4.1-17.36.17')
getObjects().property(String).convention('17.0.8.1-17.44.53')

@Input
final Property<String> subDir =
Expand Down

0 comments on commit d5dd750

Please sign in to comment.