chore(deps): update node.js to 12.13.0

This commit is contained in:
Łukasz Mierzwa
2019-10-22 13:47:07 +01:00
parent d40b55cf45
commit 09b0292f8a
3 changed files with 3 additions and 3 deletions

2
.nvmrc
View File

@@ -1 +1 @@
10.16.3
12.13.0

View File

@@ -1,4 +1,4 @@
FROM node:10.16.3-alpine as nodejs-builder
FROM node:12.13.0-alpine as nodejs-builder
RUN apk update && apk upgrade && apk add --update make git
COPY Makefile /src/Makefile
COPY ui /src/ui

View File

@@ -1,4 +1,4 @@
FROM node:10.16.3-alpine as nodejs-builder
FROM node:12.13.0-alpine as nodejs-builder
RUN apk update && apk upgrade && apk add --update make git
COPY Makefile /src/Makefile
COPY ui /src/ui