Skip to content

Commit

Permalink
ES-2193/bump base image (#222) (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Brereton <[email protected]>
Co-authored-by: r3-build <[email protected]>
  • Loading branch information
3 people authored Mar 27, 2024
1 parent 13a20ad commit 6daaad4
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.9-17.46.19')
getObjects().property(String).convention('17.0.10-17.48')

@Input
final Property<String> subDir =
Expand Down

0 comments on commit 6daaad4

Please sign in to comment.