From 1494d4a309b0313616322ef7b90934ff61cb1422 Mon Sep 17 00:00:00 2001 From: "Simon J.K. Pedersen" Date: Thu, 13 Feb 2025 16:27:29 +0100 Subject: [PATCH] fix: node version --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 1f6e42c3..a8a19644 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,5 +1,5 @@ # build environment -FROM node:14.17.1-alpine as build +FROM node:14.21-alpine3.16 as build WORKDIR /app ENV PATH /app/node_modules/.bin:$PATH COPY package.json ./