Skip to content

Commit 40f0b45

Browse files
committed
bump deps, WP version
1 parent ad0fff0 commit 40f0b45

File tree

7 files changed

+2694
-31
lines changed

7 files changed

+2694
-31
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This version is automatically updated by the wordpress:bump script
44
# but can also be manually updated for tagged betas and release candidates
55
# Manual updates also must change wp-version.json
6-
FROM wordpress:6.3.1-php8.2-apache
6+
FROM wordpress:6.4.1-php8.2-apache
77

88
LABEL version="1.3.1"
99

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<h4>
44
Version 1.3.1
5-
<!-- WPVERSION -->- WordPress 6.3.1
5+
<!-- WPVERSION -->- WordPress 6.4.1
66
</h4>
77

88
<!-- [![dockeri.co](https://dockeri.co/image/ideasonpurpose/wordpress)](https://hub.docker.com/r/ideasonpurpose/wordpress)<br> -->
@@ -14,7 +14,7 @@ Version 1.3.1
1414

1515
This project provides local development environments for fast iteration of existing WordPress websites. This includes pre-configured Docker-based MySQL and PHP servers, our [Docker-Build toolchain][docker-build], [Xdebug](https://xdebug.org/), [ImageMagick](http://www.imagemagick.org/) and a number of helper scripts.
1616

17-
The project builds on the official WordPress docker image, currently **[v6.3.1](https://hub.docker.com/_/wordpress)**
17+
The project builds on the official WordPress docker image, currently **[v6.4.1](https://hub.docker.com/_/wordpress)**
1818

1919
## Getting Started
2020

boilerplate-tooling/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
depends_on:
2424
- db
2525
# image: ideasonpurpose/wordpress:dev
26-
image: &wp_img ideasonpurpose/wordpress:6.3.1
26+
image: &wp_img ideasonpurpose/wordpress:6.4.1
2727
restart: always
2828
volumes:
2929
- wp_data:/var/www/html

0 commit comments

Comments
 (0)