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