Skip to content

Commit b195d2d

Browse files
committed
Set to target release database version.
1 parent 9213438 commit b195d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwms-data-api/src/test/java/fixtures/CwmsDataApiSetupCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class CwmsDataApiSetupCallback implements BeforeAllCallback,AfterAllCallb
5050

5151
private static final String ORACLE_IMAGE =
5252
System.getProperty("CDA.oracle.database.image",
53-
"ghcr.io/hydrologicengineeringcenter/cwms-database/cwms/database-ready-ora-23.5:latest-dev"
53+
"ghcr.io/hydrologicengineeringcenter/cwms-database/cwms/database-ready-ora-23.5:25.07.01"
5454
);
5555
private static final String ORACLE_VOLUME =
5656
System.getProperty("CDA.oracle.database.volume",

0 commit comments

Comments
 (0)