Skip to content

Commit

Permalink
Merging forward updates from release/5.2 to release/5.3 - 2024-04-22
Browse files Browse the repository at this point in the history
  • Loading branch information
r3-build committed Apr 22, 2024
2 parents 684d04b + ea36bc8 commit 6273428
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 6273428

Please sign in to comment.