From 987c6da8a81aaeeb108d35731627bcf55ebf1d5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:12:36 +0000 Subject: [PATCH] chore(deps): update ghost:latest docker digest to 83f7bf2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ansible/host_vars/allaboutsecurity/docker-compose.yaml | 2 +- ansible/host_vars/securemylife/docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/host_vars/allaboutsecurity/docker-compose.yaml b/ansible/host_vars/allaboutsecurity/docker-compose.yaml index 1a80ee830..b7f86e0c0 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:f1417c729228d684f87f1bedf3eb3709254853c05b087cc515e90ac12cf443f7 + image: ghost:latest@sha256:83f7bf20984433a7eb9c283bc1d85e615817ec924c88a71fd78dfe7cf1903c03 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 1a80ee830..b7f86e0c0 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:f1417c729228d684f87f1bedf3eb3709254853c05b087cc515e90ac12cf443f7 + image: ghost:latest@sha256:83f7bf20984433a7eb9c283bc1d85e615817ec924c88a71fd78dfe7cf1903c03 volumes: - "{{ docker_volume_dirs.ghost[0] }}/config.production.json:/var/lib/ghost/config.production.json" - "{{ docker_volume_dirs.ghost[1] }}:/var/lib/ghost/content"