diff --git a/Dockerfile b/Dockerfile index 1ebc0b2a..1793cdbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 66f464f0..fb8aef77 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -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 . diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index 7dc142fd..070fab17 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -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 . diff --git a/Dockerfile.coverage b/Dockerfile.coverage index fcf11edd..25282352 100644 --- a/Dockerfile.coverage +++ b/Dockerfile.coverage @@ -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 .