Skip to content

Commit 9e0c420

Browse files
committed
Always use latest Azul Zulu OpenJDK base images
1 parent d39c91b commit 9e0c420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke/appServers/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ subprojects {
116116
exec {
117117
workingDir df.getParentFile().absolutePath
118118
executable dockerExe
119-
args 'build', '-f', df.name, '-t', tag, '.'
119+
args 'build', '--pull', '-f', df.name, '-t', tag, '.'
120120
}
121121
}
122122
}

0 commit comments

Comments
 (0)