From 584a200bf0ea4683cdc6f3fd2f5781657b795931 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Tue, 17 Dec 2019 17:27:08 +0530 Subject: [PATCH] Updated node alpine image from 8 to 10. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6be2f6f47..52dbc7a38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # and clean up the web/ source code ######################################################################### -FROM node:8-alpine AS app-builder +FROM node:10-alpine AS app-builder RUN apk add --no-cache \ autoconf \