Change builder container version

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-09-28 21:36:16 +01:00
parent 4b992083f1
commit e4bbc8af05
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:latest as builder FROM node:20 as builder
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY ./package*.json ./ COPY ./package*.json ./
COPY ./.npmrc ./ COPY ./.npmrc ./