Skip to content

Commit 87d3d45

Browse files
committedMar 8, 2025
Upgrade to WordPress 6.7.2
1 parent 56eba3f commit 87d3d45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ WORKDIR /var/www/wp-content
5454
RUN chown -R nobody:nobody /var/www
5555

5656
# WordPress
57-
ENV WORDPRESS_VERSION 6.7.1
58-
ENV WORDPRESS_SHA1 dfb745d4067368bb9a9491f2b6f7e8d52d740fd1
57+
ENV WORDPRESS_VERSION 6.7.2
58+
ENV WORDPRESS_SHA1 ff727df89b694749e91e357dc2329fac620b3906
5959

6060
RUN mkdir -p /usr/src
6161

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Lightweight WordPress container with Nginx 1.26 & PHP-FPM 8.4 based on Alpine Linux.
55

6-
_WordPress version currently installed:_ **6.7.1**
6+
_WordPress version currently installed:_ **6.7.2**
77

88
* Used in production for many sites, making it stable, tested and up-to-date
99
* Optimized for 100 concurrent users

0 commit comments

Comments
 (0)