Skip to content

Commit 3a63fa9

Browse files
committed
Bumps version in compose try it
Signed-off-by: Sebastian Kawelke <sebastian.kawelke@l3montree.com>
1 parent d1e344f commit 3a63fa9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose-try-it.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version: '3.8'
1212

1313
services:
1414
postgresql:
15-
image: ghcr.io/l3montree-dev/devguard/postgresql:v1.3.0
15+
image: ghcr.io/l3montree-dev/devguard/postgresql:v1.4.2
1616
shm_size: 1g
1717
container_name: devguard-postgres
1818
security_opt:
@@ -85,7 +85,7 @@ services:
8585
- devguard-local
8686

8787
devguard-migrate:
88-
image: ghcr.io/l3montree-dev/devguard:v1.3.1
88+
image: ghcr.io/l3montree-dev/devguard:v1.4.2
8989
read_only: true
9090
tmpfs:
9191
- /tmp:size=8G
@@ -109,7 +109,7 @@ services:
109109
- devguard-local
110110

111111
devguard-api:
112-
image: ghcr.io/l3montree-dev/devguard:v1.3.1
112+
image: ghcr.io/l3montree-dev/devguard:v1.4.2
113113
container_name: devguard-api
114114
read_only: true
115115
tmpfs:
@@ -144,7 +144,7 @@ services:
144144
- devguard-local
145145

146146
devguard-web:
147-
image: ghcr.io/l3montree-dev/devguard-web:v1.3.0
147+
image: ghcr.io/l3montree-dev/devguard-web:v1.4.2
148148
container_name: devguard-web
149149
read_only: true
150150
tmpfs:

0 commit comments

Comments
 (0)