From d4e0640e24971cb9bd7dcefed4307f5faf5935a3 Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 26 May 2023 16:44:34 +1000 Subject: [PATCH] Update to wordpress 6.2 --- .gitlab-ci.yml | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 871840d..163d843 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - build-manifest variables: - VERSION: "5.9" + VERSION: "6.2" DOCKER_HOST: tcp://docker:2375 VERSIONARCH: ${VERSION}-${ARCH} diff --git a/Dockerfile b/Dockerfile index fd0a802..40e17c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # NAME leenooks/wordpress -# VERSION 5.9-fpm +# VERSION 6.2-fpm -FROM wordpress:5.9-fpm-alpine +FROM wordpress:6.2-fpm-alpine # Change to http respositories, so they we can cache the install packages RUN if [ -n ${HTTP_PROXY} ] ; then sed -i -e s'/https/http/' /etc/apk/repositories; fi