diff options
author | thekettu <samantha.chalker@nccgroup.trust> | 2018-05-26 14:36:36 -0700 |
---|---|---|
committer | thekettu <samantha.chalker@nccgroup.trust> | 2018-05-26 14:36:36 -0700 |
commit | 8b9239d5042e884a7d8c4a3133e583a9e0dda32d (patch) | |
tree | 9df69ddc92ebde7712daac4889becd9c7c6218db | |
parent | 138d944772dfde46e3520d5b34c97921d40b0271 (diff) |
Use latest Node since ECDSA bug fixed
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 6053def..3d85f0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:6-alpine +FROM node:alpine LABEL maintainer="https://github.com/pluralcafe/barkeep" \ description="Ambassador bot forked from mbilokonsky/ambassador" |