Skip to content

Commit e90353a

Browse files
committed
update version
1 parent 9e0f6c6 commit e90353a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ jobs:
2929
npm run build
3030
- name: Run overview showcase
3131
run: |
32-
docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.4.1
32+
docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9DOM
3333
npx tsx ./immudb-node-showcase/src/overview-showcase.ts
3434
docker stop immudb
3535
- name: Run sql showcase
3636
run: |
37-
docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.4.1
37+
docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9DOM
3838
npx tsx ./immudb-node-showcase/src/sql-showcase.ts
3939
docker stop immudb
4040
- name: Run zSet showcase
4141
run: |
42-
docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.4.1
42+
docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9DOM
4343
npx tsx ./immudb-node-showcase/src/zSet-showcase.ts
4444
docker stop immudb

0 commit comments

Comments
 (0)