guardian / status-app

Guardian AWS Applications Status App
Apache License 2.0
33 stars 2 forks source link

Add call to `apt-get upgrade` #50

Closed adamnfish closed 8 years ago

adamnfish commented 8 years ago

It looks like this is missing the call to apt-get upgrade.

philwills commented 8 years ago

We should base this off one of the standard AMIs, as I'm not happy basing this startup relying on the AWS ubuntu repos.

Having said that, this is definitely an improvement, so :+1:

adamnfish commented 8 years ago

@philwills yep, but you're already using the repos to install stuff so that would be a change to the way it works at the moment. If you're using base AMIs that means you are accepting the burden of being pro-active about keeping them up to date.

philwills commented 8 years ago

Agreed, hence the :+1:

philwills commented 8 years ago

cc @rtyley @DiegoVazquezNanini @gidsg who may have stacks where this would make sense to apply.