Skip to content

Commit

Permalink
chore(deps): update ghost docker tag to v5.106.1 (#809)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 26f880d commit f671372
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.105.0-alpine # Use the Ghost Docker image
image: ghost:5.106.1-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.105.0-alpine # Use the Ghost Docker image
image: ghost:5.106.1-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 f671372

Please sign in to comment.