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 e887a00 commit c21c66eCopy full SHA for c21c66e
Dockerfile
@@ -54,8 +54,8 @@ WORKDIR /var/www/wp-content
54
RUN chown -R nobody:nobody /var/www
55
56
# WordPress
57
-ENV WORDPRESS_VERSION 6.8.1
58
-ENV WORDPRESS_SHA1 52d5f05c96a9155f78ed84700264307e5dea14b4
+ENV WORDPRESS_VERSION 6.8.2
+ENV WORDPRESS_SHA1 03baad10b8f9a416a3e10b89010d811d9361e468
59
60
RUN mkdir -p /usr/src
61
README.md
@@ -3,7 +3,7 @@
3
4
Lightweight WordPress container with Nginx 1.26 & PHP-FPM 8.4 based on Alpine Linux.
5
6
-_WordPress version currently installed:_ **6.8.1**
+_WordPress version currently installed:_ **6.8.2**
7
8
* Used in production for many sites, making it stable, tested and up-to-date
9
* Optimized for 100 concurrent users
0 commit comments