diff --git a/compose.yml b/compose.yml index 9e8ead3..fdc0602 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "wordpress:6.5.3" + image: "wordpress:6.5.5" volumes: - "wordpress_content:/var/www/html/wp-content/" networks: @@ -64,10 +64,10 @@ services: - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - "backupbot.backup=true" - "backupbot.backup.path=/var/www/html" - - "coop-cloud.${STACK_NAME}.version=2.9.1+6.5.3" + - "coop-cloud.${STACK_NAME}.version=2.10.0+6.5.5" db: - image: "mariadb:11.3" + image: "mariadb:11.4" volumes: - "mariadb:/var/lib/mysql" networks: diff --git a/release/2.10.0+6.5.5 b/release/2.10.0+6.5.5 new file mode 100644 index 0000000..ef361f3 --- /dev/null +++ b/release/2.10.0+6.5.5 @@ -0,0 +1 @@ +Adds redirects and alakazam integration \ No newline at end of file