File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ version: 0.13.1
2020# incremented each time you make changes to the application. Versions are not expected to
2121# follow Semantic Versioning. They should reflect the version the application is using.
2222# It is recommended to use it with quotes.
23- appVersion : 0.13.2
23+ appVersion : 0.13.4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.8'
22
33services :
44 postgresql :
5- image : ghcr.io/l3montree-dev/devguard/postgresql:0.13.2
5+ image : ghcr.io/l3montree-dev/devguard/postgresql:0.13.4
66 container_name : devguard-postgres
77 environment :
88 POSTGRES_USER : postgres
@@ -60,7 +60,7 @@ services:
6060 - devguard-local
6161
6262 devguard-api :
63- image : ghcr.io/l3montree-dev/devguard:0.13.2
63+ image : ghcr.io/l3montree-dev/devguard:0.13.4
6464 container_name : devguard-api
6565 depends_on :
6666 postgresql :
@@ -85,7 +85,7 @@ services:
8585 - devguard-local
8686
8787 devguard-web :
88- image : ghcr.io/l3montree-dev/devguard-web:0.13.2
88+ image : ghcr.io/l3montree-dev/devguard-web:0.13.4
8989 container_name : devguard-web
9090 depends_on :
9191 - devguard-api
You can’t perform that action at this time.
0 commit comments