Skip to content

Commit

Permalink
fix for monkey patch
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed May 12, 2022
1 parent 18391e0 commit 19a8345
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.54
image: mentorpal/mentor-client:4.3.0-alpha.54.2
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.40
image: uscictdocker/mentor-home-page:4.4.0-alpha.43
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.54",
"image": "mentorpal/mentor-client:4.3.0-alpha.54.2",
"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.43",
"essential": true,
"memory": 128,
"mountPoints": [
Expand Down

0 comments on commit 19a8345

Please sign in to comment.