From f1c9eb0b4e1819e80bba9332a45cf032f6dbbaa0 Mon Sep 17 00:00:00 2001 From: "Ava Gaiety W." Date: Wed, 27 Mar 2024 06:24:52 +0000 Subject: [PATCH] bump node --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5552339..039365d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # build with nodejs -FROM node:16.17.0-bullseye-slim AS build +FROM node:18.19-alpine3.18 AS build ENV NODE_ENV production WORKDIR /app COPY . /app