Skip to content

Commit

Permalink
bug fixes for survey popup button
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed May 12, 2022
1 parent fb54312 commit 9cdaf61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
target: /app/shared
read_only: true
chat:
image: mentorpal/mentor-client:4.3.0-alpha.61
image: mentorpal/mentor-client:4.3.0-alpha.62
environment:
- MENTOR_API_URL=/classifier
depends_on:
Expand All @@ -53,7 +53,7 @@ services:
source: ./build/run/.env
target: /app/.env
home:
image: uscictdocker/mentor-home-page:4.4.0-alpha.41
image: uscictdocker/mentor-home-page:4.4.0-alpha.42
depends_on:
- graphql
volumes:
Expand Down
4 changes: 2 additions & 2 deletions ebs/bundle/Dockerrun.aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
{
"name": "chat",
"image": "mentorpal/mentor-client:4.3.0-alpha.61",
"image": "mentorpal/mentor-client:4.3.0-alpha.62",
"essential": true,
"memory": 128,
"mountPoints": [
Expand Down Expand Up @@ -114,7 +114,7 @@
},
{
"name": "home",
"image": "uscictdocker/mentor-home-page:4.4.0-alpha.40",
"image": "uscictdocker/mentor-home-page:4.4.0-alpha.42",
"essential": true,
"memory": 128,
"mountPoints": [
Expand Down

0 comments on commit 9cdaf61

Please sign in to comment.