Skip to content

Commit 1713b80

Browse files
committed
feat: bump to v2.12.10
1 parent cfdc93d commit 1713b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ services:
1414
restart: unless-stopped
1515
static: # Hosts frontend assets
1616
container_name: recipesage_static
17-
image: julianpoy/recipesage-selfhost:static-v2.12.7
17+
image: julianpoy/recipesage-selfhost:static-v2.12.10
1818
restart: unless-stopped
1919
api: # Hosts backend API
2020
container_name: recipesage_api
21-
image: julianpoy/recipesage-selfhost:api-v2.12.7
21+
image: julianpoy/recipesage-selfhost:api-v2.12.10
2222
depends_on:
2323
- postgres
2424
- typesense

0 commit comments

Comments
 (0)