Skip to content

Commit 1866ad7

Browse files
authored
fix(submit): switch to ECR SAM build python container image (#231)
1 parent fcb9b53 commit 1866ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/rpdk/python/codegen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def _docker_build(cls, external_path):
274274
LOG.debug("command is '%s'", command)
275275

276276
volumes = {str(external_path): {"bind": str(internal_path), "mode": "rw"}}
277-
image = f"public.ecr.aws/lambda/python:{cls.DOCKER_TAG}"
277+
image = f"public.ecr.aws/sam/build-python{cls.DOCKER_TAG}"
278278
LOG.warning(
279279
"Starting Docker build. This may take several minutes if the "
280280
"image '%s' needs to be pulled first.",

0 commit comments

Comments
 (0)