diff --git a/ansible/host_vars/allaboutsecurity/docker-compose.yaml b/ansible/host_vars/allaboutsecurity/docker-compose.yaml index f051e9580..74f6f9b74 100644 --- a/ansible/host_vars/allaboutsecurity/docker-compose.yaml +++ b/ansible/host_vars/allaboutsecurity/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3" services: ghost: - image: ghost:latest@sha256:acf68faacc14940f2f510cc979512d8ed347879b5a092865e0e2b14250aeb924 + image: ghost:latest@sha256:19a2cfffbcc94e3ef1d4668bbe02a46afcb66d0caa432299d26195d724104065 volumes: - "{{ docker_volume_dirs.ghost[0] }}/config.production.json:/var/lib/ghost/config.production.json" - "{{ docker_volume_dirs.ghost[1] }}:/var/lib/ghost/content" diff --git a/ansible/host_vars/securemylife/docker-compose.yaml b/ansible/host_vars/securemylife/docker-compose.yaml index f051e9580..74f6f9b74 100644 --- a/ansible/host_vars/securemylife/docker-compose.yaml +++ b/ansible/host_vars/securemylife/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3" services: ghost: - image: ghost:latest@sha256:acf68faacc14940f2f510cc979512d8ed347879b5a092865e0e2b14250aeb924 + image: ghost:latest@sha256:19a2cfffbcc94e3ef1d4668bbe02a46afcb66d0caa432299d26195d724104065 volumes: - "{{ docker_volume_dirs.ghost[0] }}/config.production.json:/var/lib/ghost/config.production.json" - "{{ docker_volume_dirs.ghost[1] }}:/var/lib/ghost/content"