From d837167d23bc10210b81e3c6343b485a351969f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 03:37:37 +0000 Subject: [PATCH] chore(deps): update ghost docker tag to v5.101.6 --- .../docker-compose.yml | 2 +- .../docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mixed-examples/infa-as-code-cookbook/5671_01/8-Using Docker in Vagrant for a Ghost blog behind NGINX/docker-compose.yml b/mixed-examples/infa-as-code-cookbook/5671_01/8-Using Docker in Vagrant for a Ghost blog behind NGINX/docker-compose.yml index 263169d75..99a228c0c 100644 --- a/mixed-examples/infa-as-code-cookbook/5671_01/8-Using Docker in Vagrant for a Ghost blog behind NGINX/docker-compose.yml +++ b/mixed-examples/infa-as-code-cookbook/5671_01/8-Using Docker in Vagrant for a Ghost blog behind NGINX/docker-compose.yml @@ -12,5 +12,5 @@ services: links: - app app: - image: ghost:5.4.1 + image: ghost:5.101.6 restart: always diff --git a/mixed-examples/infa-as-code-cookbook/5671_01/9-Using Vagrant remotely with AWS EC2 and Docker/docker-compose.yml b/mixed-examples/infa-as-code-cookbook/5671_01/9-Using Vagrant remotely with AWS EC2 and Docker/docker-compose.yml index 263169d75..99a228c0c 100644 --- a/mixed-examples/infa-as-code-cookbook/5671_01/9-Using Vagrant remotely with AWS EC2 and Docker/docker-compose.yml +++ b/mixed-examples/infa-as-code-cookbook/5671_01/9-Using Vagrant remotely with AWS EC2 and Docker/docker-compose.yml @@ -12,5 +12,5 @@ services: links: - app app: - image: ghost:5.4.1 + image: ghost:5.101.6 restart: always