Skip to content

Commit a3812d9

Browse files
authored
Update ITImagetool.java
1 parent 2303345 commit a3812d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/test/java/com/oracle/weblogic/imagetool/tests/ITImagetool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ void createMiiOl8slim(TestInfo testInfo) throws Exception {
965965
String tagName = build_tag + ":" + getMethodName(testInfo);
966966
String command = new CreateCommand()
967967
.tag(tagName)
968-
.fromImage("ghcr.io/oracle/oraclelinux", "7-slim")
968+
.fromImage("ghcr.io/oracle/oraclelinux", "8-slim")
969969
.version(WLS_VERSION)
970970
.wdtVersion(WDT_VERSION)
971971
.wdtArchive(WDT_ARCHIVE)

0 commit comments

Comments
 (0)