summaryrefslogtreecommitdiff
path: root/dockermake
diff options
context:
space:
mode:
Diffstat (limited to 'dockermake')
-rwxr-xr-xdockermake2
1 files changed, 1 insertions, 1 deletions
diff --git a/dockermake b/dockermake
index 87b069923..8b26c8b19 100755
--- a/dockermake
+++ b/dockermake
@@ -8,4 +8,4 @@ cd "$(dirname "$0")"
if [[ -d .git ]]; then
git rev-parse --short HEAD > githash.txt
fi
-docker run --rm -it -v "$PWD:/host" rsms/inter-ui-build:latest make "$@"
+docker run --rm -it -v "$PWD:/host" rsms/inter-build:latest make "$@"