Skip to content

Commit

Permalink
feat: increased version for docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed Oct 27, 2023
1 parent 5e9b41f commit 59fcceb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- impler
api:
privileged: true
image: "ghcr.io/implerhq/impler/api:0.11.3"
image: "ghcr.io/implerhq/impler/api:0.11.4"
depends_on:
- mongodb
- rabbitmq
Expand Down Expand Up @@ -49,7 +49,7 @@ services:
networks:
- impler
queue-manager:
image: "ghcr.io/implerhq/impler/queue-manager:0.11.3"
image: "ghcr.io/implerhq/impler/queue-manager:0.11.4"
depends_on:
- api
- rabbitmq
Expand All @@ -66,7 +66,7 @@ services:
networks:
- impler
widget:
image: "ghcr.io/implerhq/impler/widget:0.11.3"
image: "ghcr.io/implerhq/impler/widget:0.11.4"
depends_on:
- api
container_name: widget
Expand All @@ -82,7 +82,7 @@ services:
embed:
depends_on:
- widget
image: "ghcr.io/implerhq/impler/embed:0.11.3"
image: "ghcr.io/implerhq/impler/embed:0.11.4"
container_name: embed
environment:
WIDGET_URL: ${WIDGET_BASE_URL}
Expand All @@ -93,7 +93,7 @@ services:
web:
depends_on:
- api
image: "ghcr.io/implerhq/impler/web:0.11.3"
image: "ghcr.io/implerhq/impler/web:0.11.4"
container_name: web
environment:
NEXT_PUBLIC_API_BASE_URL: ${API_ROOT_URL}
Expand Down

0 comments on commit 59fcceb

Please sign in to comment.