Skip to content

Commit e955f6f

Browse files
authored
Upgrade emulator to v1.4
1 parent 6581ee2 commit e955f6f

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.3
44+
RUN git checkout v1.4
4545
RUN cabal build emulator
4646
RUN cp $(cabal list-bin emulator) /tmp/emulator
4747

0 commit comments

Comments
 (0)