Skip to content

Commit 61894bc

Browse files
authored
Update ECR_IMAGE_URI (#1)
1 parent 2819138 commit 61894bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const ENTITY_PREFIX: string = (process.env.ENTITY_PREFIX || 'slsd') + '-'
2727
export const STAGE: string = '-' + (process.env.STAGE || 'dev')
2828

2929
// Targets the Thundra's repository to fetch the broker's image.
30-
export const ECR_IMAGE_URI: string = 'public.ecr.aws/i9q5q2b9/thundra-self-hosted-lambda-debug-broker:latest'
30+
export const ECR_IMAGE_URI: string = 'public.ecr.aws/k8z9p6l4/serverlessdebugger-onprem-broker:latest'
3131

3232
export const BROKER_CONTAINER_NAME: string = (process.env.BROKER_CONTAINER_NAME || 'sls-debugger-broker-container')
3333

0 commit comments

Comments
 (0)