Skip to content

Commit 9cb06ed

Browse files
committed
Updated WordPress to 6.0.2
1 parent bd38038 commit 9cb06ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ WORKDIR /var/www/wp-content
5050
RUN chown -R nobody.nobody /var/www
5151

5252
# WordPress
53-
ENV WORDPRESS_VERSION 6.0
54-
ENV WORDPRESS_SHA1 7a5a6d0591771e730b05c49d0c3fc134624d0491
53+
ENV WORDPRESS_VERSION 6.0.2
54+
ENV WORDPRESS_SHA1 9348f0757c21504d085a6c866ccbb86573b39d6f
5555

5656
RUN mkdir -p /usr/src
5757

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

6-
_WordPress version currently installed:_ **6.0**
6+
_WordPress version currently installed:_ **6.0.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)