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 bb8cb87 commit 78d8b07Copy full SHA for 78d8b07
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.4.3
56
-ENV WORDPRESS_SHA1 ee3bc3a73ab3cfa535c46f111eb641b3467fa44e
+ENV WORDPRESS_VERSION 6.5
+ENV WORDPRESS_SHA1 fe10ab388318fa5a0085aff48b2b7590cf8b93f9
57
58
RUN mkdir -p /usr/src
59
README.md
@@ -3,7 +3,7 @@
3
4
Lightweight WordPress container with Nginx 1.24 & PHP-FPM 8.3 based on Alpine Linux.
5
6
-_WordPress version currently installed:_ **6.4.3**
+_WordPress version currently installed:_ **6.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