Skip to content

Commit

Permalink
Upgrade WordPress to 6.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Jul 14, 2024
1 parent 3aa321d commit 3d1a1ef
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.5
ENV WORDPRESS_SHA1 fe10ab388318fa5a0085aff48b2b7590cf8b93f9
ENV WORDPRESS_VERSION 6.5.5
ENV WORDPRESS_SHA1 8d6a705f1b59367ec584a5fd4ab84aa53dd01c85

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.26 & PHP-FPM 8.3 based on Alpine Linux.

_WordPress version currently installed:_ **6.5**
_WordPress version currently installed:_ **6.5.5**

* 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 3d1a1ef

Please sign in to comment.