From d473a43e2d30600d98c7fa96693d4668dc5550b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:16:25 -0400 Subject: [PATCH] chore(deps): update node.js to bdbe1cf (#72) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile.lambda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.lambda b/Dockerfile.lambda index 0a9aaa7..185970b 100644 --- a/Dockerfile.lambda +++ b/Dockerfile.lambda @@ -1,4 +1,4 @@ -FROM node:18@sha256:8438dbe00747d24cdb53c616e02bf804420df9052151713c59484a1ddaf87b24 as build +FROM node:18@sha256:bdbe1cff7e74208531a90ffcfa32b1cb909d4720d9aa60b649b26b9e7ba439a5 as build ENV NODE_ENV=production ENV NEXT_OUTPUT_STANDALONE=true