diff --git a/Dockerfile b/Dockerfile index 9448c9b..28d7520 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /root/ RUN apt-get -y update && apt-get -y install libfcgi-dev && apt-get clean && rm -rf /var/lib/apt/lists/* RUN git clone git://gonito.net/geval && cd geval && git reset --hard a49abb560bd5e5f11f291f50176934fef5352c6c -RUN git clone git://gonito.net/gonito && cd gonito && git reset --hard 8206d188c4e3f953ccaf639381f2f51f5641b0c8 +RUN git clone git://gonito.net/gonito && cd gonito && git reset --hard 9155f52315c4bb61d3054afac9fc45ec87a6e929 WORKDIR gonito