We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24800f2 commit 663b7e6Copy full SHA for 663b7e6
packages/restate-sdk-testcontainers/src/restate_test_environment.ts
@@ -147,7 +147,7 @@ export class RestateTestEnvironment {
147
public static async start(
148
mountServicesFn: (server: restate.RestateEndpoint) => void,
149
restateContainerFactory: () => GenericContainer = () =>
150
- new GenericContainer("restatedev/restate:1.1")
+ new GenericContainer("docker.io/restatedev/restate:latest")
151
): Promise<RestateTestEnvironment> {
152
const startedRestateHttpServer = await prepareRestateEndpoint(
153
mountServicesFn
0 commit comments