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 bd38038 commit 9cb06edCopy full SHA for 9cb06ed
Dockerfile
@@ -50,8 +50,8 @@ WORKDIR /var/www/wp-content
50
RUN chown -R nobody.nobody /var/www
51
52
# WordPress
53
-ENV WORDPRESS_VERSION 6.0
54
-ENV WORDPRESS_SHA1 7a5a6d0591771e730b05c49d0c3fc134624d0491
+ENV WORDPRESS_VERSION 6.0.2
+ENV WORDPRESS_SHA1 9348f0757c21504d085a6c866ccbb86573b39d6f
55
56
RUN mkdir -p /usr/src
57
README.md
@@ -3,7 +3,7 @@
3
4
Lightweight WordPress container with Nginx 1.22 & PHP-FPM 8.0 based on Alpine Linux.
5
6
-_WordPress version currently installed:_ **6.0**
+_WordPress version currently installed:_ **6.0.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