Skip to content

Commit

Permalink
Upgrade libssl to fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
ckiely91 committed Jul 29, 2016
1 parent ac609e7 commit e151dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/install-nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ useradd $NGINX_USER || :
# install dependencies
apt-get update
apt-get -y install libpcre3-dev libssl-dev openssl build-essential wget
apt-get -y --only-upgrade install libssl1.0.0 openssl

# start building process

Expand Down

0 comments on commit e151dd6

Please sign in to comment.