Change the name of docker image

This commit is contained in:
Sukchan Lee 2018-05-29 17:41:11 +09:00
parent 37ecb9a63b
commit 749d632b86
7 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
ARG dist=ubuntu
ARG tag=latest
ARG username=acetcom
FROM ${username}/${dist}-${tag}-base
FROM ${username}/${dist}-${tag}-nextepc-base
MAINTAINER Sukchan Lee <acetcom@gmail.com>