Skip to content

Commit

Permalink
Update WordPress to 6.4.2 (#47)
Browse files Browse the repository at this point in the history
* Update Dockerfile to WordPress 6.4.2

* Update WP version in README to 6.4.2
  • Loading branch information
Morpheus636 authored Dec 31, 2023
1 parent 4b77cb7 commit 17f4b0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ WORKDIR /var/www/wp-content
RUN chown -R nobody.nobody /var/www

# WordPress
ENV WORDPRESS_VERSION 6.4.1
ENV WORDPRESS_SHA1 35e62d935d6a93097366476e389752dd55d8a077
ENV WORDPRESS_VERSION 6.4.2
ENV WORDPRESS_SHA1 d1aedbfea77b243b09e0ab05b100b782497406dd

RUN mkdir -p /usr/src

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Lightweight WordPress container with Nginx 1.24 & PHP-FPM 8.2 based on Alpine Linux.

_WordPress version currently installed:_ **6.4.1**
_WordPress version currently installed:_ **6.4.2**

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

0 comments on commit 17f4b0c

Please sign in to comment.