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 8ca167b commit cc377dfCopy full SHA for cc377df
Dockerfile
@@ -53,8 +53,8 @@ WORKDIR /var/www/wp-content
53
RUN chown -R nobody.nobody /var/www
54
55
# WordPress
56
-ENV WORDPRESS_VERSION 5.8.1
57
-ENV WORDPRESS_SHA1 21e50add5a51cd9a18610244c942c08f7abeccd8
+ENV WORDPRESS_VERSION 5.8.2
+ENV WORDPRESS_SHA1 c3b1b59553eafbf301c83b14c5eeae4cf1c86044
58
59
RUN mkdir -p /usr/src
60
README.md
@@ -3,7 +3,7 @@
3
4
Lightweight WordPress container with Nginx 1.20 & PHP-FPM 8.0 based on Alpine Linux.
5
6
-_WordPress version currently installed:_ **5.8.1**
+_WordPress version currently installed:_ **5.8.2**
7
8
* Used in production for my own sites, making it stable, tested and up-to-date
9
* Optimized for 100 concurrent users
0 commit comments