File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# WordPress variables
2
- WP_VERSION = 6.4.3
2
+ WP_VERSION = 6.3.1
3
3
4
4
# Setup WordPress variables
5
5
WP_ADMIN_EMAIL =
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ RUN apt-get update
19
19
# Install packages
20
20
RUN apt-get install -y \
21
21
apache2 \
22
+ apache2-utils \
22
23
ca-certificates \
23
24
curl \
24
25
git \
@@ -94,7 +95,7 @@ RUN chown -R www-data:www-data /var/www/index
94
95
# Use WP-CLI to intall WordPress
95
96
USER www-data
96
97
WORKDIR /var/www/index
97
- ARG WP_VERSION
98
+ ARG WP_VERSION
98
99
RUN wp core download --version=$WP_VERSION
99
100
100
101
# Add WordPress basic configuration
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ See [`config/web-sites-available/000-default.conf`][dev-webconfig].
164
164
165
165
| Name | Version |
166
166
| --------- | ------- |
167
- | WordPress | `6.4.3 ` |
167
+ | WordPress | `6.3.1 ` |
168
168
169
169
Also see [`.env.example`](.env.example).
170
170
You can’t perform that action at this time.
0 commit comments