← Back to team overview

wordpress-charmers team mailing list archive

[Merge] ~jsimpso/charm-k8s-wordpress:master into charm-k8s-wordpress:master

 

James Simpson has proposed merging ~jsimpso/charm-k8s-wordpress:master into charm-k8s-wordpress:master.

Requested reviews:
  Wordpress Charmers (wordpress-charmers)

For more details, see:
https://code.launchpad.net/~jsimpso/charm-k8s-wordpress/+git/charm-k8s-wordpress/+merge/420140
-- 
Your team Wordpress Charmers is requested to review the proposed merge of ~jsimpso/charm-k8s-wordpress:master into charm-k8s-wordpress:master.
diff --git a/Dockerfile b/Dockerfile
index a338c56..a394f4d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -106,7 +106,7 @@ ARG VERSION
 
 LABEL maintainer="wordpress-charmers@xxxxxxxxxxxxxxxxxxx"
 # Used by Launchpad OCI Recipe to tag version
-LABEL org.label-schema.version=${VERSION:-5.8.3}
+LABEL org.label-schema.version=${VERSION:-5.9.3}
 
 # Port 80 only, TLS will terminate elsewhere
 EXPOSE 80
diff --git a/config.yaml b/config.yaml
index 6af47e2..a35b47c 100644
--- a/config.yaml
+++ b/config.yaml
@@ -2,7 +2,7 @@ options:
   image:
     type: string
     description: "The docker image to install. Required."
-    default: "wordpresscharmers/wordpress:v5.8.3-20.04"
+    default: "wordpresscharmers/wordpress:v5.9.3-20.04"
   image_user:
     type: string
     description: "Username to use for the configured image registry, if required"
diff --git a/image-builder/Makefile b/image-builder/Makefile
index 11c4542..8a04a0d 100644
--- a/image-builder/Makefile
+++ b/image-builder/Makefile
@@ -1,5 +1,5 @@
 DIST_RELEASE ?= focal
-VERSION ?= 5.8.3
+VERSION ?= 5.9.3
 
 build-image:
 	@echo "Building the image."