diff options
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 |