Updated node alpine image from 8 to 10.

This commit is contained in:
Akshay Joshi 2019-12-17 17:27:08 +05:30
parent 60304e5a46
commit 584a200bf0

View File

@ -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 \