Skip to content

Commit 5a55fe4

Browse files
authored
Use sam/build-python images for building layers. (#577)
1 parent 7d7c153 commit 5a55fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/build_layers.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function docker_build_zip {
6161
# between different python runtimes.
6262
temp_dir=$(mktemp -d)
6363
docker buildx build -t datadog-lambda-python-${arch}:$1 . --no-cache \
64-
--build-arg image=public.ecr.aws/docker/library/python:$1 \
64+
--build-arg image=public.ecr.aws/sam/build-python$1:1 \
6565
--build-arg runtime=python$1 \
6666
--platform linux/${arch} \
6767
--progress=plain \

0 commit comments

Comments
 (0)