Skip to content

Commit

Permalink
Testing public docker repo with pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaricChan committed Apr 3, 2018
1 parent 0de9a6d commit 8c7ea54
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 8c7ea54

Please sign in to comment.