Skip to content

Commit 3159eb0

Browse files
Update apps/cli/src/exec/rollups.ts
Co-authored-by: Copilot <[email protected]>
1 parent 4af0879 commit 3159eb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/cli/src/exec/rollups.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,9 @@ export const startEnvironment = async (options: {
278278
composeFile.withPaymaster({ imageTag: runtimeVersion });
279279
}
280280
if (services.includes("passkey")) {
281-
composeFile.withPasskeyServer();
281+
composeFile.withPasskeyServer({
282+
imageTag: runtimeVersion,
283+
});
282284
}
283285

284286
const composeArgs = ["compose", "-f", "-", "--project-directory", "."];

0 commit comments

Comments
 (0)