Use node:lts for docker images
This commit is contained in:
parent
ccf1acd21e
commit
072d2c1ae9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:latest as builder
|
FROM node:lts as builder
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN npm install && \
|
RUN npm install && \
|
||||||
|
|
Loading…
Reference in a new issue