You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS has evolved. This grep will now the pull the latest version of the docker linux. This is incompatible with the app-version.json file supplied because it complains that this value needs to be 2 "AWSEBDockerrunVersion": "1",
That would be recommended if you want to continue to maintain this repo. i.e. if it were a real project.
The grep update relieves you of the obligation to watch for changes in AWS, while providing a repo that your readers can use without breaking. i.e. Are you going to notice, and update, this repo when a new version of docker requires a new version of the app-version?
AWS has evolved. This grep will now the pull the latest version of the docker linux. This is incompatible with the app-version.json file supplied because it complains that this value needs to be 2
"AWSEBDockerrunVersion": "1",
I suggest changing this code:
to this:
The text was updated successfully, but these errors were encountered: