Skip to content

Commit 50e6c85

Browse files
authored
Use emulator v1.5
1 parent 072b42b commit 50e6c85

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
@@ -41,7 +41,7 @@ RUN mv /tmp/emulator /opt/emulator
4141

4242
WORKDIR /opt/emulator
4343
RUN git fetch # just in case we have cached git clone
44-
RUN git checkout v1.4
44+
RUN git checkout v1.5
4545
RUN cabal build emulator
4646
RUN cp $(cabal list-bin emulator) /tmp/emulator
4747

0 commit comments

Comments
 (0)