chore(deps): update node.js to v12.13.1

This commit is contained in:
Renovate Bot
2019-11-22 10:46:30 +00:00
committed by Łukasz Mierzwa
parent f9ac056ffa
commit beab7f66c8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
12.13.0
12.13.1
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:12.13.0-alpine as nodejs-builder
FROM node:12.13.1-alpine3.9 as nodejs-builder
RUN apk update && apk upgrade && apk add --update make git
COPY Makefile /src/Makefile
COPY ui /src/ui
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:12.13.0-alpine as nodejs-builder
FROM node:12.13.1-alpine3.9 as nodejs-builder
RUN apk update && apk upgrade && apk add --update make git
COPY Makefile /src/Makefile
COPY ui /src/ui