We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9de11 commit 8973bffCopy full SHA for 8973bff
Dockerfile
@@ -28,8 +28,8 @@ WORKDIR /var/www/wp-content
28
RUN chown -R nobody.nobody /var/www
29
30
# WordPress
31
-ENV WORDPRESS_VERSION 4.8.2
32
-ENV WORDPRESS_SHA1 a99115b3b6d6d7a1eb6c5617d4e8e704ed50f450
+ENV WORDPRESS_VERSION 4.8.3
+ENV WORDPRESS_SHA1 8efc0b9f6146e143ed419b5419d7bb8400a696fc
33
34
RUN mkdir -p /usr/src
35
README.md
@@ -2,7 +2,7 @@
2
3
Lightweight WordPress container with Nginx 1.12 & PHP-FPM 7.1 based on Alpine Linux.
4
5
-_WordPress version currently installed:_ **4.8.2**
+_WordPress version currently installed:_ **4.8.3**
6
7
* Used in production for my own sites, making it stable, tested and up-to-date
8
* Optimized for 100 concurrent users
0 commit comments