Use Node 18 to build the image

This commit is contained in:
Joseph Garrone 2024-02-07 10:49:36 +01:00
parent c96ecde015
commit 152adb72a6

View file

@ -1,5 +1,5 @@
# build environment # build environment
FROM node:14-alpine as build FROM node:18-alpine as build
WORKDIR /app WORKDIR /app
COPY package.json yarn.lock ./ COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile RUN yarn install --frozen-lockfile