Skip to content

Commit

Permalink
feat: bump to v2.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Dec 16, 2023
1 parent cfdc93d commit 1713b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ services:
restart: unless-stopped
static: # Hosts frontend assets
container_name: recipesage_static
image: julianpoy/recipesage-selfhost:static-v2.12.7
image: julianpoy/recipesage-selfhost:static-v2.12.10
restart: unless-stopped
api: # Hosts backend API
container_name: recipesage_api
image: julianpoy/recipesage-selfhost:api-v2.12.7
image: julianpoy/recipesage-selfhost:api-v2.12.10
depends_on:
- postgres
- typesense
Expand Down

0 comments on commit 1713b80

Please sign in to comment.