Skip to content

Commit

Permalink
Merge pull request #102 from nijel/alpine-3.5
Browse files Browse the repository at this point in the history
Upgrade to Alpine 3.5
  • Loading branch information
nijel authored Jan 2, 2017
2 parents 4bc799b + e943ff3 commit ff50a29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.4
FROM alpine:3.5

# Install dependencies
RUN apk add --no-cache php5-mysqli php5-xml php5-gd php5-zlib php5-bz2 php5-zip php5-openssl php5-curl php5-opcache php5-json nginx php5-fpm supervisor
RUN apk add --no-cache php7-session php7-mysqli php7-mbstring php7-xml php7-gd php7-zlib php7-bz2 php7-zip php7-openssl php7-curl php7-opcache php7-json nginx php7-fpm supervisor

# Include keyring to verify download
COPY phpmyadmin.keyring /
Expand Down
2 changes: 1 addition & 1 deletion etc/supervisor.d/php.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:php-fpm]
command=php-fpm --nodaemonize --fpm-config /etc/php-fpm.conf -c /etc/php.ini
command=php-fpm7 --nodaemonize --fpm-config /etc/php-fpm.conf -c /etc/php.ini
user=nobody
autostart=true
autorestart=true
Expand Down

0 comments on commit ff50a29

Please sign in to comment.