From a5e29ed079bccb9f651c777f9f5af63f3f331868 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 01:24:16 +0000 Subject: [PATCH] chore(deps): update ghost docker tag to v5.103.0 --- .../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..f7d375d33 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.103.0 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..f7d375d33 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.103.0 restart: always