From d279e52b018af4e000b9aefa90a4dc91cbe6d003 Mon Sep 17 00:00:00 2001 From: Akash Kava <39438041+ackava@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:43:59 +0530 Subject: [PATCH] wip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb86550..d22545b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG FUNCTION_DIR="/function" # Build Stage 1: Install aws-lambda-ric dependencies, npm install package.json dependencies -FROM node:22-buster as build-image +FROM node:22-slim as build-image # Include global arg in this stage of the build ARG FUNCTION_DIR # AWS Lambda runtime dependencies