Skip to content

Commit db21a57

Browse files
feat: Updated docker-compose images version
1 parent 90b2696 commit db21a57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818

1919
api:
2020
privileged: true
21-
image: 'ghcr.io/implerhq/impler/api:1.9.2'
21+
image: 'ghcr.io/implerhq/impler/api:1.9.3'
2222
depends_on:
2323
- mongodb
2424
- rabbitmq
@@ -56,7 +56,7 @@ services:
5656
- impler
5757

5858
queue-manager:
59-
image: 'ghcr.io/implerhq/impler/queue-manager:1.9.2'
59+
image: 'ghcr.io/implerhq/impler/queue-manager:1.9.3'
6060
depends_on:
6161
- api
6262
- rabbitmq
@@ -84,7 +84,7 @@ services:
8484
- impler
8585

8686
widget:
87-
image: 'ghcr.io/implerhq/impler/widget:1.9.2'
87+
image: 'ghcr.io/implerhq/impler/widget:1.9.3'
8888
depends_on:
8989
- api
9090
container_name: widget
@@ -102,7 +102,7 @@ services:
102102
embed:
103103
depends_on:
104104
- widget
105-
image: 'ghcr.io/implerhq/impler/embed:1.9.2'
105+
image: 'ghcr.io/implerhq/impler/embed:1.9.3'
106106
container_name: embed
107107
environment:
108108
WIDGET_URL: ${WIDGET_BASE_URL}
@@ -114,7 +114,7 @@ services:
114114
web:
115115
depends_on:
116116
- api
117-
image: 'ghcr.io/implerhq/impler/web:1.9.2'
117+
image: 'ghcr.io/implerhq/impler/web:1.9.3'
118118
container_name: web
119119
environment:
120120
NEXT_PUBLIC_API_BASE_URL: ${API_ROOT_URL}

0 commit comments

Comments
 (0)