Skip to content

Commit

Permalink
Merge pull request #172 from ministryofjustice/update-wordpress-6-5-4
Browse files Browse the repository at this point in the history
Update WordPress short-cycle release bug fix
  • Loading branch information
brown-a2 authored Jun 12, 2024
2 parents 595709f + 18706c4 commit 38c74b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wordpress.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

# Build multisite
# Latest images at https://hub.docker.com/_/wordpress
FROM --platform=linux/amd64 wordpress:6.5.3-php8.3-fpm-alpine
FROM --platform=linux/amd64 wordpress:6.5.4-php8.3-fpm-alpine

# Install additional Alpine packages
RUN apk update && \
apk add less \
vim \
mysql \
mysql-client \
htop
vim \
mysql \
mysql-client \
htop

# Install wp-cli
RUN curl -o /usr/local/bin/wp https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \
Expand Down

0 comments on commit 38c74b4

Please sign in to comment.