diff options
author | Nicholas Soteropoulos <ns299g@us.att.com> | 2020-09-29 13:44:27 -0400 |
---|---|---|
committer | Nicholas Soteropoulos <ns299g@us.att.com> | 2020-10-01 12:04:57 -0400 |
commit | cd2b9a392a6a77dd40703a861999144ee0b3413c (patch) | |
tree | f755f1155bf9763a919e4745a3659df1327bf551 /mod2/ui/Dockerfile | |
parent | 457685063fd4b960441e482cc8b88fa8c972a7d2 (diff) |
updating docker repository to onap nexus
Change-Id: I542aa09dde0dbcd54b69e2bfbce593bfcfb849c6
Issue-ID: DCAEGEN2-2317
Signed-off-by: Nicholas Soteropoulos <ns299g@us.att.com>
Diffstat (limited to 'mod2/ui/Dockerfile')
-rw-r--r-- | mod2/ui/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod2/ui/Dockerfile b/mod2/ui/Dockerfile index 67744d4..904c656 100644 --- a/mod2/ui/Dockerfile +++ b/mod2/ui/Dockerfile @@ -1,5 +1,5 @@ # ---- Base Node ---- -FROM alpine:12.4.0 AS base +FROM node:12.4.0-alpine AS base #RUN fs.inotify.max_user_watches=524288 |