Skip to content

Commit

Permalink
ES-2296: Updating C5 Base Image to 17.0.11 (#227)
Browse files Browse the repository at this point in the history
* ES-2296: Updating C5 Base Image to 17.0.11-17.50

* ES-2296: Updating C5 Base Image to 17.0.11
  • Loading branch information
LukeBrowne-R3 authored Apr 22, 2024
1 parent 1e0d1d9 commit ea36bc8
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.10-17.48')
getObjects().property(String).convention('17.0.11')

@Input
final Property<String> subDir =
Expand Down

0 comments on commit ea36bc8

Please sign in to comment.