Skip to content

Commit 1adf39d

Browse files
committed
fix: use master tag instead of stable tag
JIRA: TRIVIAL
1 parent 4ca0603 commit 1adf39d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ version: '3.7'
66

77
services:
88
gooddata-cn-ce:
9-
# Use the stable tag, which points to the latest stable development
10-
image: 020413372491.dkr.ecr.us-east-1.amazonaws.com/nas/gooddata-cn-ce:stable
9+
# Use the master tag, which points to the latest stable development
10+
image: 020413372491.dkr.ecr.us-east-1.amazonaws.com/nas/gooddata-cn-ce:master
1111
ports:
1212
- "3000:3000"
1313
- "5432:5432"

0 commit comments

Comments
 (0)