From 5bfa48e638404d11607ece00226c3ba7c96e7263 Mon Sep 17 00:00:00 2001 From: Prashanth Dwarakanath <pchengi@nsc.liu.se> Date: Mon, 19 Mar 2018 17:36:47 +0100 Subject: [PATCH] fix path and update tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce1dcbe..a8c53e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN useradd nscuser --shell /bin/bash WORKDIR /usr/local/src RUN git clone https://github.com/snic-nsc/nscjekyllsetup.git WORKDIR /usr/local/src/nscjekyllsetup -RUN git checkout 'v1.05' +RUN git checkout 'v1.06' RUN bash presetup.sh RUN bash setup.sh USER nscuser -- GitLab