We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3b206 commit 3d9e004Copy full SHA for 3d9e004
1 file changed
docker-compose.yml
@@ -19,7 +19,7 @@ services:
19
build:
20
context: .
21
dockerfile: ./apps/backend/Dockerfile
22
- image: ghcr.io/zpokenweb3/gonka-ai-web-application/backend:1.0.0
+ image: ghcr.io/zpokenweb3/gonka-ai-web-application/backend:1.0.3
23
env_file:
24
- .env
25
ports:
@@ -37,7 +37,7 @@ services:
37
dockerfile: ./apps/web/Dockerfile
38
args:
39
- NEXT_PUBLIC_API_BASE_URL
40
- image: ghcr.io/zpokenweb3/gonka-ai-web-application/frontend:1.0.0
+ image: ghcr.io/zpokenweb3/gonka-ai-web-application/frontend:1.0.3
41
42
43
0 commit comments