diff --git a/sam/python/test-resource/hello-world/Dockerfile b/sam/python/test-resource/hello-world/Dockerfile index 73381988..3cd9f252 100644 --- a/sam/python/test-resource/hello-world/Dockerfile +++ b/sam/python/test-resource/hello-world/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/lambda/nodejs:20 +FROM public.ecr.aws/lambda/nodejs:24@sha256:9d7dcad6de2f4bb85f65af1d70d14c936c671b0541a49566a2b5d3db51195b03 COPY app.mjs package*.json ./