Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit eb057d3

Browse files
jbuckvladikoff
authored andcommitted
chore(docker): Use official node image & update to Node.js v4.8.2 (#4961) r=vladikoff
1 parent 3dfd295 commit eb057d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mhart/alpine-node:4.7.2
1+
FROM node:4.8.2-alpine
22

33
RUN addgroup -g 10001 app && \
44
adduser -D -G app -h /app -u 10001 app

0 commit comments

Comments
 (0)