From 7aad30215b0ae100988f6ab55203e78f358a3d94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:31:43 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c5d77745..e67287196 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # This is only intended to build the application for deployment on AWS Lambda with Zappa # it has limited usage locally -FROM node:20-alpine AS js-static +FROM node:22-alpine AS js-static ARG ENVIRONMENT ENV ENVIRONMENT=$ENVIRONMENT