Skip to content

Commit 704dc9c

Browse files
ddsharpejshum2479
authored andcommitted
fixed file location of update image template due to change in resources prefix (#35)
1 parent 9f80cb2 commit 704dc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imagetool/src/main/java/com/oracle/weblogic/imagetool/cli/menu/UpdateImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public CommandResponse call() throws Exception {
162162
cmdBuilder.addAll(handlePatchFiles(tmpDir, tmpPatchesDir));
163163

164164
// create dockerfile
165-
Utils.writeDockerfile(tmpDirPath + File.separator + "Dockerfile", "/docker-files/Update_Image.mustache", dockerfileOptions);
165+
Utils.writeDockerfile(tmpDirPath + File.separator + "Dockerfile", "Update_Image.mustache", dockerfileOptions);
166166

167167
// add directory to pass the context
168168
cmdBuilder.add(tmpDirPath);

0 commit comments

Comments
 (0)