diff --git a/ansible/host_vars/allaboutsecurity/docker-compose.yaml b/ansible/host_vars/allaboutsecurity/docker-compose.yaml index c774b6ee1..d721a8f6e 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:36c64a297233aa3762687cdc3f9f685875964dc6e48ad4f3f31217c9369a217a + image: ghost:latest@sha256:37ed6c5f04ab1f0a93530b0dcb5a67a51985658f5941ed48fd69bc34d095a913 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 c774b6ee1..d721a8f6e 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:36c64a297233aa3762687cdc3f9f685875964dc6e48ad4f3f31217c9369a217a + image: ghost:latest@sha256:37ed6c5f04ab1f0a93530b0dcb5a67a51985658f5941ed48fd69bc34d095a913 volumes: - "{{ docker_volume_dirs.ghost[0] }}/config.production.json:/var/lib/ghost/config.production.json" - "{{ docker_volume_dirs.ghost[1] }}:/var/lib/ghost/content"