Skip to content

Commit 7e30f5f

Browse files
committed
reverting to version 6.3.1
1 parent fe3e16a commit 7e30f5f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# WordPress variables
2-
WP_VERSION=6.4.3
2+
WP_VERSION=6.3.1
33

44
# Setup WordPress variables
55
WP_ADMIN_EMAIL=

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN apt-get update
1919
# Install packages
2020
RUN apt-get install -y \
2121
apache2 \
22+
apache2-utils \
2223
ca-certificates \
2324
curl \
2425
git \
@@ -94,7 +95,7 @@ RUN chown -R www-data:www-data /var/www/index
9495
# Use WP-CLI to intall WordPress
9596
USER www-data
9697
WORKDIR /var/www/index
97-
ARG WP_VERSION
98+
ARG WP_VERSION
9899
RUN wp core download --version=$WP_VERSION
99100

100101
# Add WordPress basic configuration

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ See [`config/web-sites-available/000-default.conf`][dev-webconfig].
164164
165165
| Name | Version |
166166
| --------- | ------- |
167-
| WordPress | `6.4.3` |
167+
| WordPress | `6.3.1` |
168168
169169
Also see [`.env.example`](.env.example).
170170

0 commit comments

Comments
 (0)