Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rande committed Sep 15, 2016
1 parent 517ae28 commit 4d3ca23
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Versions
========

2016.07-DEV
2016.09-DEV
-----------

* Use Debian 8.5 as base image
* Upgrade PHP versions: 5.6.22, 7.0.7
* Upgrade PHP versions: 5.6.24, 7.0.10
* Remove node version: 4.3, 6.0, 5.7
* Add node version: 6.2
* Upgrade node version: 4.4.5
* Add node version: 6.5
* Upgrade node version: 4.5.0
* Updrade node tools: [email protected], [email protected], [email protected], [email protected]
[email protected], [email protected], [email protected] and
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion node4.4/Dockerfile → node4.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Thomas Rabaix <[email protected]>
ENV DEBIAN_FRONTEND noninteractive
ENV NVM_DIR /root/.nvm
ENV PATH /root/.nvm/versions/node/current/bin:usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV NODE_VERSION 4.4.5
ENV NODE_VERSION 4.5.0

RUN echo "Starting ..." && \
echo "deb-src http://httpredir.debian.org/debian jessie main" >> /etc/apt/sources.list && \
Expand Down
2 changes: 1 addition & 1 deletion node6.2/Dockerfile → node6.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Thomas Rabaix <[email protected]>
ENV DEBIAN_FRONTEND noninteractive
ENV NVM_DIR /root/.nvm
ENV PATH /root/.nvm/versions/node/current/bin:usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV NODE_VERSION 6.2.2
ENV NODE_VERSION 6.5.0

RUN echo "Starting ..." && \
echo "deb-src http://httpredir.debian.org/debian jessie main" >> /etc/apt/sources.list && \
Expand Down
2 changes: 1 addition & 1 deletion php7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV PHP_BUILD_EXTRA_MAKE_ARGUMENTS -j4
ENV COMPOSER_NO_INTERACTION 1
ENV PATH /root/.phpenv/versions/current/bin:usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV PHP_VERSION 7.0.7
ENV PHP_VERSION 7.0.10

RUN echo "Starting ..." && \
echo "deb-src http://httpredir.debian.org/debian jessie main" >> /etc/apt/sources.list && \
Expand Down

0 comments on commit 4d3ca23

Please sign in to comment.