summary refs log tree commit diff
diff options
context:
space:
mode:
authorthekettu <samantha.chalker@nccgroup.trust>2018-05-26 14:36:36 -0700
committerthekettu <samantha.chalker@nccgroup.trust>2018-05-26 14:36:36 -0700
commit8b9239d5042e884a7d8c4a3133e583a9e0dda32d (patch)
tree9df69ddc92ebde7712daac4889becd9c7c6218db
parent138d944772dfde46e3520d5b34c97921d40b0271 (diff)
Use latest Node since ECDSA bug fixed
-rw-r--r--Dockerfile2
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"