Skip to content

Commit

Permalink
Merge pull request #154 from ministryofjustice/sonoma-14-2-1-nginx-fix
Browse files Browse the repository at this point in the history
Update WordPress and fix nginx locally
  • Loading branch information
brown-a2 authored Dec 28, 2023
2 parents 579316a + cf0c61c commit dc938d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nginx.local.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/arm64v8 arm64v8/nginx
FROM --platform=linux/arm64v8 arm64v8/nginx:1.25.2

RUN apt-get -y update
RUN apt-get -y install vim
Expand All @@ -9,5 +9,5 @@ COPY opt/nginx/localwordpress.conf /etc/nginx/conf.d/

RUN rm -r /etc/nginx/conf.d/default.conf

EXPOSE 443
EXPOSE 443
EXPOSE 8080
2 changes: 1 addition & 1 deletion wordpress.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ##################################################

# Build multisite
FROM --platform=linux/amd64 wordpress:6.4.1-php8.2-fpm-alpine
FROM --platform=linux/amd64 wordpress:6.4.2-php8.2-fpm-alpine

# Install additional Alpine packages
RUN apk update && \
Expand Down

0 comments on commit dc938d5

Please sign in to comment.