Skip to content

Commit

Permalink
Update public.ecr.aws/lambda/nodejs Docker tag to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent 04fbeea commit 46de25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN yarn
COPY . /app
RUN yarn lint && yarn typecheck && yarn build

FROM public.ecr.aws/lambda/nodejs:16
FROM public.ecr.aws/lambda/nodejs:20

COPY --from=builder /app/dist/app.js ${LAMBDA_TASK_ROOT}

Expand Down

0 comments on commit 46de25c

Please sign in to comment.