[MISC] (deps): Bump node from 14-alpine to 15-alpine (#1409)

Bumps node from 14-alpine to 15-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
pull/1405/head
dependabot-preview[bot] 2020-10-26 11:33:24 +11:00 committed by GitHub
parent 662da9523b
commit 563d1416f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# ========================================
# ===== Build image for the frontend =====
# ========================================
FROM node:14-alpine AS builder-frontend
FROM node:15-alpine AS builder-frontend
WORKDIR /node/src/app
COPY web .

View File

@ -1,7 +1,7 @@
# ========================================
# ===== Build image for the frontend =====
# ========================================
FROM node:14-alpine AS builder-frontend
FROM node:15-alpine AS builder-frontend
WORKDIR /node/src/app
COPY web .

View File

@ -1,7 +1,7 @@
# ========================================
# ===== Build image for the frontend =====
# ========================================
FROM node:14-alpine AS builder-frontend
FROM node:15-alpine AS builder-frontend
WORKDIR /node/src/app
COPY web .

View File

@ -1,7 +1,7 @@
# ========================================
# ===== Build image for the frontend =====
# ========================================
FROM node:14-alpine AS builder-frontend
FROM node:15-alpine AS builder-frontend
WORKDIR /node/src/app
COPY web .