[MISC] (deps): Bump node from 12-alpine to 14-alpine (#932)

Bumps node from 12-alpine to 14-alpine.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
pull/934/head^2
dependabot-preview[bot] 2020-04-28 09:38:20 +10:00 committed by GitHub
parent 9fc3098481
commit 3ba06c2e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -tags netgo -ldflags '-w -linkmod
# ========================================
# ===== Build image for the frontend =====
# ========================================
FROM node:12-alpine AS builder-frontend
FROM node:14-alpine AS builder-frontend
WORKDIR /node/src/app
COPY web .

View File

@ -33,7 +33,7 @@ GOOS=linux GOARCH=arm CGO_ENABLED=1 CC=arm-linux-musleabihf-gcc go build -tags n
# ========================================
# ===== Build image for the frontend =====
# ========================================
FROM node:12-alpine AS builder-frontend
FROM node:14-alpine AS builder-frontend
WORKDIR /node/src/app
COPY web .

View File

@ -33,7 +33,7 @@ GOOS=linux GOARCH=arm64 CGO_ENABLED=1 CC=aarch64-linux-musl-gcc go build -tags n
# ========================================
# ===== Build image for the frontend =====
# ========================================
FROM node:12-alpine AS builder-frontend
FROM node:14-alpine AS builder-frontend
WORKDIR /node/src/app
COPY web .

View File

@ -32,7 +32,7 @@ GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 CC=o64-clang go build -tags netgo -ldflag
# ========================================
# ===== Build image for the frontend =====
# ========================================
FROM node:12-alpine AS builder-frontend
FROM node:14-alpine AS builder-frontend
WORKDIR /node/src/app
COPY web .