Skip to content

Commit 8896c3d

Browse files
committed
Use emulator v1.9. Support polling interval
1 parent 4dea1cd commit 8896c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN mv /tmp/emulator /opt/emulator
4343

4444
WORKDIR /opt/emulator
4545
RUN git fetch # just in case we have cached git clone
46-
RUN git checkout v1.8
46+
RUN git checkout v1.9
4747
RUN cabal build emulator
4848
RUN cp $(cabal list-bin emulator) /tmp/emulator
4949

0 commit comments

Comments
 (0)