Skip to content
Merged
2 changes: 1 addition & 1 deletion .dev/eudiplo/startEudiplo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { GenericContainer, StartedTestContainer, Wait } from "testcontainers";
import { fileURLToPath } from "url";

export async function startEudiplo(): Promise<StartedTestContainer> {
return await new GenericContainer("ghcr.io/openwallet-foundation/eudiplo:7.2.0@sha256:9ea50673acaa8a69bea2043c3abba5c38bc1a994dafa5a2484e72b5d003fd7d1")
return await new GenericContainer("ghcr.io/openwallet-foundation/eudiplo:7.4.0@sha256:8658f65b4ea06c5d399cedca6facf666170b1034b65a718f509f9f7428b40057")
.withEnvironment({
PUBLIC_URL: "http://localhost:3000", // eslint-disable-line @typescript-eslint/naming-convention
MASTER_SECRET: "OgwrDcgVQQ2yZwcFt7kPxQm3nUF+X3etF6MdLTstZAY=", // eslint-disable-line @typescript-eslint/naming-convention
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/app-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"lodash": "^4.18.1"
},
"devDependencies": {
"@eudiplo/sdk-core": "7.2.0",
"@eudiplo/sdk-core": "7.4.0",
"@js-soft/node-logger": "1.2.11",
"@types/lodash": "4.17.25",
"@types/lokijs": "1.5.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"ts-simple-nameof": "^1.3.3"
},
"devDependencies": {
"@eudiplo/sdk-core": "7.2.0",
"@eudiplo/sdk-core": "7.4.0",
"@js-soft/docdb-access-loki": "1.4.3",
"@js-soft/docdb-access-mongo": "1.4.3",
"@js-soft/node-logger": "1.2.11",
Expand Down
Loading