Skip to content

Commit 9eaa5fe

Browse files
committed
chore: use friendly public repository alias
1 parent 384b9fb commit 9eaa5fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samcli/local/docker/durable_functions_emulator_container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class DurableFunctionsEmulatorContainer:
2626
"""
2727

2828
_RAPID_SOURCE_PATH = Path(__file__).parent.joinpath("..", "rapid").resolve()
29-
_EMULATOR_IMAGE_PREFIX = "public.ecr.aws/o4w4w0v6/aws-durable-execution-emulator"
29+
_EMULATOR_IMAGE_PREFIX = "public.ecr.aws/durable-functions/aws-durable-execution-emulator"
3030
_CONTAINER_NAME = "sam-durable-execution-emulator"
3131
_EMULATOR_DATA_DIR_NAME = ".durable-executions-local"
3232
_EMULATOR_DEFAULT_STORE_TYPE = "sqlite"

0 commit comments

Comments
 (0)