diff options
author | Brennen Raimer <5969754+norweeg@users.noreply.github.com> | 2019-01-13 17:55:50 -0500 |
---|---|---|
committer | Liran Tal <liran.tal@gmail.com> | 2019-01-14 00:55:50 +0200 |
commit | c2e1b6cdc504c9876626e6681ceaa145756dbe25 (patch) | |
tree | 9f253104e6ff771a0db3a77ee61c662f2031ad10 | |
parent | e3cd6d7d3731ab0791ece2ede8dfc8dc1dd570ef (diff) |
feat(Dockerfile): support for ARM/ARM64 architectures (#87)v3.9.0
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>" |