Skip to content

Commit

Permalink
chore(deps): update ghost docker tag to v5.96.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 7009478 commit 9f9212c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion how-to-install-ghost-on-dockge/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3" # Use Docker Compose version 3

services:
ghost:
image: ghost:5.96.1-alpine # Use the Ghost Docker image
image: ghost:5.96.2-alpine # Use the Ghost Docker image
restart: on-failure # Restart the container on failure
environment:
- database__client=mysql # Set Ghost's database client to MySQL
Expand Down
2 changes: 1 addition & 1 deletion how-to-install-ghost-on-portainer/docker-compose-ghost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3" # Use Docker Compose version 3

services:
ghost:
image: ghost:5.96.1-alpine # Use the Ghost Docker image
image: ghost:5.96.2-alpine # Use the Ghost Docker image
restart: on-failure # Restart the container on failure
environment:
- database__client=mysql # Set Ghost's database client to MySQL
Expand Down

0 comments on commit 9f9212c

Please sign in to comment.