Skip to content

Commit

Permalink
chore(): upgrade oracle docker image to be compatible with macos
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimGl committed Nov 25, 2024
1 parent 6fbde6b commit 7596ec1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void setUp() {

@Nested
class OracleSqlClientTest extends AllTests {
private static OracleContainer oracle = new OracleContainer("gvenzl/oracle-free:23.4-slim-faststart")
private static OracleContainer oracle = new OracleContainer("gvenzl/oracle-free:23.5-slim-faststart")
.withDatabaseName("testDB")
.withUsername("testUser")
.withPassword("testPassword")
Expand Down

0 comments on commit 7596ec1

Please sign in to comment.