Skip to content

Commit 11e4301

Browse files
fix tag
1 parent 60f616a commit 11e4301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- linux/amd64
1111
args:
1212
- ECR_ACCOUNT_ID=${ECR_ACCOUNT_ID:-0123456789012}
13-
- BASE_IMAGE_TAG=${BASE_IMAGE_TAG:-latest}
13+
- BASE_IMAGE_TAG=${BASE_IMAGE_TAG:-jammy-latest}
1414
- VERSION=${VERSION:-4.102.1}
1515
- CODE_RELEASE=${CODE_RELEASE:-4.102.1}
1616
environment:

0 commit comments

Comments
 (0)