diff --git a/Dockerfile b/Dockerfile index 072da308..be60fa69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12-alpine as webapp +FROM node:16-alpine as webapp ENV BUILD 20220211-001 RUN apk add git && git clone https://github.com/sipcapture/homer-ui /app WORKDIR /app