diff --git a/build/Dockerfile b/build/Dockerfile index aba7978..3662e1a 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -41,7 +41,7 @@ RUN mv /tmp/emulator /opt/emulator WORKDIR /opt/emulator RUN git fetch # just in case we have cached git clone -RUN git checkout v1.4 +RUN git checkout v1.5 RUN cabal build emulator RUN cp $(cabal list-bin emulator) /tmp/emulator