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 085cb80 commit 583d703Copy full SHA for 583d703
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.7.2
57
-ENV WORDPRESS_SHA1 c97c037d942e974eb8524213a505268033aff6c8
+ENV WORDPRESS_VERSION 5.8.1
+ENV WORDPRESS_SHA1 21e50add5a51cd9a18610244c942c08f7abeccd8
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.7.2**
+_WordPress version currently installed:_ **5.8.1**
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