From 0c9c7b2b865824e0520c0bee91638eddc2ac8bd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 01:42:30 +0000 Subject: [PATCH] chore(deps): update node.js to aabbaf1 --- Dockerfile.lambda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.lambda b/Dockerfile.lambda index f21b54ae..5884fcab 100644 --- a/Dockerfile.lambda +++ b/Dockerfile.lambda @@ -1,4 +1,4 @@ -FROM node:18@sha256:98218110d09c63b72376137860d1f30a4f61ce029d7de4caf2e8c00f3bcf0db7 as build +FROM node:18@sha256:aabbaf118c7c0a6e9a3bda69bd2a94b0f6c4150bf80c501ef1c87ffcb5687365 as build ENV NODE_ENV=production ENV NEXT_OUTPUT_STANDALONE=true