update base image in Dockerfile to node:9.8-slim
This commit is contained in:
parent
6df6f14188
commit
b21b165723
@ -1,4 +1,4 @@
|
|||||||
FROM node:14 AS build
|
FROM node:9.8-slim AS build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user