From 661527899d5b1c7ff2b13dc60bd1fd7b18434dd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 01:15:08 +0000 Subject: [PATCH] Update ghost Docker tag to v5.11.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..4222eee71 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.11.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..4222eee71 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.11.0 restart: always