Skip to content

Commit

Permalink
Update Exasol image version to 8.32.0
Browse files Browse the repository at this point in the history
Co-Authored-By: YotillaAntoni <[email protected]>
  • Loading branch information
ebyhr and YotillaAntoni committed Jan 16, 2025
1 parent 60291d5 commit 41ba97d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class TestingExasolServer

public TestingExasolServer()
{
container = new ExasolContainer<>("8.27.0")
container = new ExasolContainer<>("8.32.0")
.withExposedPorts(8563)
.withRequiredServices(ExasolService.JDBC);
cleanup = startOrReuse(container);
Expand Down

0 comments on commit 41ba97d

Please sign in to comment.