Skip to content

Commit

Permalink
admin small update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed May 12, 2022
1 parent 9cdaf61 commit 0bc4a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.2'
services:
admin:
image: mentorpal/mentor-admin:4.3.0-alpha.65
image: mentorpal/mentor-admin:4.3.0-alpha.66
environment:
- NODE_ENV
- GRAPHQL_ENDPOINT=http://graphql:3001/graphql
Expand Down
2 changes: 1 addition & 1 deletion ebs/bundle/Dockerrun.aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"containerDefinitions": [
{
"name": "admin",
"image": "mentorpal/mentor-admin:4.3.0-alpha.65",
"image": "mentorpal/mentor-admin:4.3.0-alpha.66",
"essential": true,
"memory": 128,
"mountPoints": [
Expand Down

0 comments on commit 0bc4a30

Please sign in to comment.