File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ FROM alpine:latest
22MAINTAINER Tim de Pater <
[email protected] >
33
44# Install packages
5- RUN apk --update add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
5+ RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
66 php7-zlib php7-xml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype \
77 php7-mbstring php7-gd nginx supervisor curl bash \
8- --repository http://nl.alpinelinux.org/alpine/edge/testing/ \
9- && rm -rf /var/cache/apk/*
8+ --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/
109
1110# Configure nginx
1211COPY config/nginx.conf /etc/nginx/nginx.conf
@@ -24,8 +23,8 @@ WORKDIR /var/www/wp-content
2423RUN chown -R nobody.nobody /var/www
2524
2625# Wordpress
27- ENV WORDPRESS_VERSION 4.6
28- ENV WORDPRESS_SHA1 830962689f350e43cd1a069f3a4f68a44c0339c8
26+ ENV WORDPRESS_VERSION 4.6.1
27+ ENV WORDPRESS_SHA1 027e065d30a64720624a7404a1820e6c6fff1202
2928
3029RUN mkdir -p /usr/src
3130
You can’t perform that action at this time.
0 commit comments