Skip to content

Commit eccee2b

Browse files
committed
Merge branch 'release/0.11.0'
2 parents 63206c4 + 30a934d commit eccee2b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.11.0 (release date: 2016-06-03)
2+
3+
* Replaced apt-get package source to ppa:ondrej/php
4+
15
## 0.10.0 (release date: 2016-05-24)
26

37
* Bumped to workaround docker hub issue

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update -y && apt-get install -y vim curl wget build-essential python
1111
RUN wget -O - https://download.newrelic.com/548C16BF.gpg | apt-key add - && \
1212
echo "deb http://apt.newrelic.com/debian/ newrelic non-free" > /etc/apt/sources.list.d/newrelic.list
1313
RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4F4EA0AAE5267A6C
14-
RUN add-apt-repository -y ppa:ondrej/php5-5.6 && add-apt-repository -y ppa:nginx/stable
14+
RUN add-apt-repository -y ppa:ondrej/php && add-apt-repository -y ppa:nginx/stable
1515
RUN apt-get update -y && sudo apt-get upgrade -y && apt-get install -yq php5 php5-cli php5-fpm php5-mysqlnd \
1616
php5-pgsql php5-curl php5-gd php5-mcrypt php5-intl php5-imap php5-tidy \
1717
php-pear php5-xmlrpc newrelic-php5

0 commit comments

Comments
 (0)