Update node base image (#363)
This commit is contained in:
parent
c786293600
commit
2c5eed3abd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:8-alpine as build
|
||||
FROM node:10-buster as build
|
||||
RUN mkdir /tmp/brouter-web
|
||||
WORKDIR /tmp/brouter-web
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue