Skip to content

Commit

Permalink
chore(deps): update ghost docker tag to v5.96.1 (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 2978cce commit 32b9e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps/ghost/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ghost",
"version": "5.96.0-alpine",
"version": "5.96.1-alpine",
"image": "ghost",
"youtube": "https://youtu.be/oJZK9vH4W4Y",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion Apps/ghost/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
# Name of the container
container_name: big-bear-ghost
# Docker image to be used
image: ghost:5.96.0-alpine
image: ghost:5.96.1-alpine
# Restart policy for the service
restart: on-failure
# Networks used by the service
Expand Down

0 comments on commit 32b9e14

Please sign in to comment.