From 3ba06c2e9dfd721e45bcf082022871c15f67a469 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2020 09:38:20 +1000 Subject: [PATCH] [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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Amir Zarrinkafsh --- Dockerfile | 2 +- Dockerfile.arm32v7 | 2 +- Dockerfile.arm64v8 | 2 +- Dockerfile.darwin | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d6332586..2c136d90b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 9ce401f0f..882d3654f 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -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 . diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index 4dd805bb5..931774ff6 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -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 . diff --git a/Dockerfile.darwin b/Dockerfile.darwin index ff7258a8e..61bbb9e05 100644 --- a/Dockerfile.darwin +++ b/Dockerfile.darwin @@ -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 .