From 70416aae92f76c1f917e055254cd4ed1d818f1ff Mon Sep 17 00:00:00 2001 From: Aaron Forde Date: Tue, 26 Sep 2023 10:30:48 -0700 Subject: [PATCH] updating Docker file base Image --- met-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met-web/Dockerfile b/met-web/Dockerfile index 4edab8384..2a4509e64 100644 --- a/met-web/Dockerfile +++ b/met-web/Dockerfile @@ -1,6 +1,6 @@ # "build-stage", based on Node.js, to build and compile the frontend # pull official base image -FROM node:14-alpine as build-stage +FROM node:16-alpine as build-stage # set working directory WORKDIR /app