Skip to content

Commit c6cb1ca

Browse files
committed
chore(core): update gradle docker plugin to 3.0.12
1 parent 1103c3f commit c6cb1ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildscript {
2626
val gradleNodePluginVersion = "1.2.0"
2727
val dependencyManagementVersion = "1.0.3.RELEASE"
2828
val uptodatePluginVersion = "1.6.3"
29-
val gradleDockerPluginVersion = "3.0.8"
29+
val gradleDockerPluginVersion = "3.0.12"
3030

3131
project.extra.set("kotlinVersion", kotlinVersion)
3232
project.extra.set("springBootVersion", springBootVersion)

shardis-webapp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tasks.withType<ProcessResources> {
3131
task<DockerVersion>("dockerVersion")
3232

3333
task<DockerBuildImage>("buildImage") {
34-
dependsOn("dockerVersion")
34+
dependsOn("build","dockerVersion")
3535
inputDir = file("${project.projectDir}/")
3636
tags = setOf(
3737
"shardis/shardis-webapp:latest",

0 commit comments

Comments
 (0)