Skip to content

Commit 1303141

Browse files
authored
Merge pull request #45 from import-ai/chore/release
chore(version): Bump version to 0.1.3
2 parents 8ffe137 + 4946c78 commit 1303141

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

backend

Submodule backend updated 68 files

compose.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: omnibox
22

33
services:
44
web:
5-
image: ghcr.io/import-ai/omnibox-web:0.1.2
5+
image: ghcr.io/import-ai/omnibox-web:0.1.3
66
volumes:
77
- '/etc/localtime:/etc/localtime:ro'
88
ports:
@@ -13,7 +13,7 @@ services:
1313
condition: service_healthy
1414

1515
backend:
16-
image: ghcr.io/import-ai/omnibox-backend:0.1.2
16+
image: ghcr.io/import-ai/omnibox-backend:0.1.3
1717
restart: always
1818
volumes:
1919
- '/etc/localtime:/etc/localtime:ro'
@@ -51,7 +51,7 @@ services:
5151
condition: service_healthy
5252

5353
wizard:
54-
image: ghcr.io/import-ai/omnibox-wizard:0.1.2
54+
image: ghcr.io/import-ai/omnibox-wizard:0.1.3
5555
restart: always
5656
volumes:
5757
- '/etc/localtime:/etc/localtime:ro'
@@ -88,7 +88,7 @@ services:
8888
start_period: 5s
8989

9090
wizard-worker:
91-
image: ghcr.io/import-ai/omnibox-wizard:0.1.2
91+
image: ghcr.io/import-ai/omnibox-wizard:0.1.3
9292
restart: always
9393
environment:
9494
ENV: 'prod'
@@ -126,3 +126,4 @@ services:
126126
depends_on:
127127
backend:
128128
condition: service_healthy
129+

0 commit comments

Comments
 (0)