Skip to content

Commit

Permalink
Use concrete node version for UD Dockerfile (#6147)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Iuvshyn <riuvshyn@redhat.com>
  • Loading branch information
Roman Iuvshyn committed Sep 5, 2017
1 parent c4c3070 commit f40256e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Build step: $ docker build -t eclipse-che-dashboard
# It builds an archive file that can be used by doing later
# $ docker run --rm eclipse-che-dashboard | tar -C target/ -zxf -
FROM mhart/alpine-node:6
FROM mhart/alpine-node:6.11.2

RUN apk update && \
apk add --no-cache git
Expand Down

0 comments on commit f40256e

Please sign in to comment.