We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa321d commit 3d1a1efCopy full SHA for 3d1a1ef
Dockerfile
@@ -52,8 +52,8 @@ WORKDIR /var/www/wp-content
52
RUN chown -R nobody.nobody /var/www
53
54
# WordPress
55
-ENV WORDPRESS_VERSION 6.5
56
-ENV WORDPRESS_SHA1 fe10ab388318fa5a0085aff48b2b7590cf8b93f9
+ENV WORDPRESS_VERSION 6.5.5
+ENV WORDPRESS_SHA1 8d6a705f1b59367ec584a5fd4ab84aa53dd01c85
57
58
RUN mkdir -p /usr/src
59
README.md
@@ -3,7 +3,7 @@
3
4
Lightweight WordPress container with Nginx 1.26 & PHP-FPM 8.3 based on Alpine Linux.
5
6
-_WordPress version currently installed:_ **6.5**
+_WordPress version currently installed:_ **6.5.5**
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