build(deps): bump node from 12.16-alpine to 15.3.0-alpine

Bumps node from 12.16-alpine to 15.3.0-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-25 10:50:16 +00:00 committed by GitHub
parent 5119e1142c
commit 264f3c37f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:12.16-alpine AS base
FROM node:15.3.0-alpine AS base
FROM base AS uibase
WORKDIR /src/UI