summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-02-21 14:25:40 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-02-21 14:25:40 -0500
commit3646d150a1473c0581ceaf8f814e57196e15629f (patch)
tree74584fe7d23b9120aa4812109eb7ff1a77f42244
parentb99ba6f5acc4056fe1c8beb917ef71f81aecf496 (diff)
downloaddocker-base-3646d150a1473c0581ceaf8f814e57196e15629f.tar.gz
Verbose image name1.1.2
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 15fc7d9..17c6c8e 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
HUB=${2:-astroconda}
-PROJECT=${HUB}/base
+PROJECT=${HUB}/datb-tc-base
PROJECT_VERSION="${1}"
TAGS=()