From dd5e54d49eb74fe9dd8522f7a3e8f9122dab6a2e Mon Sep 17 00:00:00 2001 From: tobilg Date: Tue, 20 Sep 2016 21:48:43 +0200 Subject: [PATCH] Version bump to 0.1.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index abeb140..86cb672 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,6 @@ RUN apk add --no-cache curl make gcc g++ python linux-headers paxctl libgcc libs /usr/share/man /tmp/* /var/cache/apk/* /root/.npm /root/.node-gyp /root/.gnupg \ /usr/lib/node_modules/npm/man /usr/lib/node_modules/npm/doc /usr/lib/node_modules/npm/html -RUN npm install -g mesosctl@0.1.9 +RUN npm install -g mesosctl@0.1.10 CMD [ "mesosctl", "--version" ] \ No newline at end of file