Skip to content

Commit e51f99c

Browse files
committed
Updated WordPress to 4.6.1. Switched repository for php7 packages.
1 parent 4fd2fb2 commit e51f99c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ FROM alpine:latest
22
MAINTAINER 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
1211
COPY config/nginx.conf /etc/nginx/nginx.conf
@@ -24,8 +23,8 @@ WORKDIR /var/www/wp-content
2423
RUN 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

3029
RUN mkdir -p /usr/src
3130

0 commit comments

Comments
 (0)