Update Ghost and nginx images for www.

This commit is contained in:
Derek Smith 2023-12-15 16:44:28 -05:00
parent 37ca0678f7
commit 10d9e132c7
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ DEFAULT_DB_IMAGE="mariadb:10.11.2-jammy"
# run the docker stack.
export GHOST_IMAGE="ghost:5.53.3"
export GHOST_IMAGE="ghost:5.75.1"
# TODO switch to mysql. May require intricate export work for existing sites.
# THIS MUST BE COMPLETED BEFORE v1 RELEASE
@ -42,7 +42,7 @@ export GHOST_IMAGE="ghost:5.53.3"
export GHOST_DB_IMAGE="mysql:8.0.32"
export NGINX_IMAGE="nginx:1.25.1"
export NGINX_IMAGE="nginx:latest"
# version of backup is 24.0.3
export NEXTCLOUD_IMAGE="nextcloud:25.0.4"