Skip to content

Commit 9729bee

Browse files
Merge pull request #102 from ik-vms-dockers/renovate/ghost-5.x
chore(deps): update ghost docker tag to v5.109.4
2 parents a318505 + 652c57f commit 9729bee

File tree

2 files changed

+2
-2
lines changed
  • mixed-examples/infa-as-code-cookbook/5671_01

2 files changed

+2
-2
lines changed

mixed-examples/infa-as-code-cookbook/5671_01/8-Using Docker in Vagrant for a Ghost blog behind NGINX/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ services:
1212
links:
1313
- app
1414
app:
15-
image: ghost:5.4.1
15+
image: ghost:5.109.4
1616
restart: always

mixed-examples/infa-as-code-cookbook/5671_01/9-Using Vagrant remotely with AWS EC2 and Docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ services:
1212
links:
1313
- app
1414
app:
15-
image: ghost:5.4.1
15+
image: ghost:5.109.4
1616
restart: always

0 commit comments

Comments
 (0)