summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrennen Raimer <5969754+norweeg@users.noreply.github.com>2019-01-13 17:55:50 -0500
committerLiran Tal <liran.tal@gmail.com>2019-01-14 00:55:50 +0200
commitc2e1b6cdc504c9876626e6681ceaa145756dbe25 (patch)
tree9f253104e6ff771a0db3a77ee61c662f2031ad10
parente3cd6d7d3731ab0791ece2ede8dfc8dc1dd570ef (diff)
feat(Dockerfile): support for ARM/ARM64 architectures (#87)v3.9.0
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1a30e1e..5d9ee30 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM mhart/alpine-node:8
+FROM node:8-alpine
LABEL maintainer="Liran Tal <liran.tal@gmail.com>"
LABEL contributor="Eitan Schichmanter <eitan.sch@gmail.com>"