Update node base image (#363)

This commit is contained in:
Stefan Keidel 2021-01-25 10:37:01 +01:00 committed by GitHub
parent c786293600
commit 2c5eed3abd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 . .