Skip to content

Commit

Permalink
Update docker image version to 102
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Oct 15, 2024
1 parent dd3d895 commit 923d44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ 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 @@ -191,7 +191,7 @@
<dep.aws-sdk.version>1.12.773</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>100</dep.docker.images.version>
<dep.docker.images.version>102</dep.docker.images.version>
<dep.drift.version>1.22</dep.drift.version>
<!-- temporary downgrade due to https://github.com/google/error-prone/issues/4598 -->
<dep.errorprone.version>2.32.0</dep.errorprone.version>
Expand Down

0 comments on commit 923d44c

Please sign in to comment.