From 29e6985e987c0e94d0a31b84b1fa157b2553b227 Mon Sep 17 00:00:00 2001 From: Prashanth Dwarakanath <pchengi@nsc.liu.se> Date: Mon, 19 Mar 2018 17:44:01 +0100 Subject: [PATCH] bump tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb23128..d9a6413 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.07' +RUN git checkout 'v1.08' RUN bash presetup.sh RUN bash setup.sh USER nscuser -- GitLab