Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/alaricchan/on-core into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
rackhdci committed Apr 9, 2018
2 parents d05f9d7 + 8c7ea54 commit ddd243b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 2016, EMC, Inc.
ARG repo=nodesource
ARG tag=8.10.0
ARG tag=4.4.6

FROM ${repo}:${tag}
FROM ${repo}/wheezy:${tag}

COPY . /RackHD/on-core/

Expand Down

0 comments on commit ddd243b

Please sign in to comment.