Skip to content

Commit 7b766c1

Browse files
committed
Updated WordPress to 4.8.1
1 parent 44f3618 commit 7b766c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ VOLUME /var/www/wp-content
2727
WORKDIR /var/www/wp-content
2828
RUN chown -R nobody.nobody /var/www
2929

30-
# Wordpress
31-
ENV WORDPRESS_VERSION 4.8
32-
ENV WORDPRESS_SHA1 3738189a1f37a03fb9cb087160b457d7a641ccb4
30+
# WordPress
31+
ENV WORDPRESS_VERSION 4.8.1
32+
ENV WORDPRESS_SHA1 5376cf41403ae26d51ca55c32666ef68b10e35a4
3333

3434
RUN mkdir -p /usr/src
3535

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Lightweight WordPress container with Nginx 1.12 & PHP-FPM 7.1 based on Alpine Linux.
44

5-
_WordPress version currently installed:_ **4.8**
5+
_WordPress version currently installed:_ **4.8.1**
66

77
* Used in production for my own sites, making it stable, tested and up-to-date
88
* Optimized for 100 concurrent users

0 commit comments

Comments
 (0)