Skip to content

Commit 90de891

Browse files
committed
Merge branch 'release/0.12.0'
2 parents eccee2b + 7398fa7 commit 90de891

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.12.0 (release date: 2016-06-06)
2+
3+
* Reverted back to ppa:ondrej/php5-5.6 as NR doesn't support 7.0
4+
15
## 0.11.0 (release date: 2016-06-03)
26

37
* Replaced apt-get package source to ppa:ondrej/php

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/php && add-apt-repository -y ppa:nginx/stable
14+
RUN add-apt-repository -y ppa:ondrej/php5-5.6 && 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)