Skip to content

Commit 4d611e9

Browse files
committed
bump to v2.11.0-beta10
1 parent 9a0837b commit 4d611e9

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
@@ -12,14 +12,14 @@ services:
1212
- pushpin
1313
restart: unless-stopped
1414
static: # Hosts frontend assets
15-
image: julianpoy/recipesage-selfhost:static-v2.11.0-beta8
15+
image: julianpoy/recipesage-selfhost:static-v2.11.0-beta10
1616
environment:
1717
- API_BASE_OVERRIDE=null
1818
volumes:
1919
- ./static.entrypoint.sh:/docker-entrypoint.d/static.entrypoint.sh
2020
restart: unless-stopped
2121
api: # Hosts backend API
22-
image: julianpoy/recipesage-selfhost:api-v2.11.0-beta8
22+
image: julianpoy/recipesage-selfhost:api-v2.11.0-beta10
2323
depends_on:
2424
- postgres
2525
- elasticsearch

0 commit comments

Comments
 (0)