Skip to content

Commit

Permalink
Update docker-image version to 104
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Nov 22, 2024
1 parent 5b7e17a commit 10b3b0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public TestingPolarisCatalog(String warehouseLocation)
polarisCatalog.addExposedPort(POLARIS_PORT);
polarisCatalog.withFileSystemBind(warehouseLocation, warehouseLocation, BindMode.READ_WRITE);
polarisCatalog.waitingFor(new LogMessageWaitStrategy().withRegEx(".*o.eclipse.jetty.server.Server: Started.*"));
polarisCatalog.withCommand("java", "-jar", "polaris-service/build/libs/polaris-service-999-SNAPSHOT.jar", "server", "polaris-server.yml");
polarisCatalog.start();

clientId = findClientId();
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<dep.aws-sdk.version>1.12.778</dep.aws-sdk.version>
<dep.cassandra.version>4.17.0</dep.cassandra.version>
<dep.confluent.version>7.7.1</dep.confluent.version>
<dep.docker.images.version>102</dep.docker.images.version>
<dep.docker.images.version>104</dep.docker.images.version>
<dep.drift.version>1.22</dep.drift.version>
<dep.flyway.version>10.21.0</dep.flyway.version>
<dep.frontend-maven-plugin.version>1.15.1</dep.frontend-maven-plugin.version>
Expand Down

0 comments on commit 10b3b0e

Please sign in to comment.