Update to wordpress 6.2

This commit is contained in:
Deon George 2023-05-26 16:44:34 +10:00
parent 2526716db9
commit d4e0640e24
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ stages:
- build-manifest
variables:
VERSION: "5.9"
VERSION: "6.2"
DOCKER_HOST: tcp://docker:2375
VERSIONARCH: ${VERSION}-${ARCH}

View File

@ -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