Update to wordpress 6.2
This commit is contained in:
parent
2526716db9
commit
d4e0640e24
@ -3,7 +3,7 @@ stages:
|
||||
- build-manifest
|
||||
|
||||
variables:
|
||||
VERSION: "5.9"
|
||||
VERSION: "6.2"
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
VERSIONARCH: ${VERSION}-${ARCH}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user