Switch node Docker image to long term support.
This commit is contained in:
parent
e013d99f0c
commit
9158c5030f
@ -1,5 +1,5 @@
|
||||
# pull official base image
|
||||
FROM node:13.12.0-alpine
|
||||
FROM node:lts
|
||||
|
||||
# set working directory
|
||||
WORKDIR /app
|
||||
|
Loading…
Reference in New Issue
Block a user