We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072b42b commit 50e6c85Copy full SHA for 50e6c85
build/Dockerfile
@@ -41,7 +41,7 @@ RUN mv /tmp/emulator /opt/emulator
41
42
WORKDIR /opt/emulator
43
RUN git fetch # just in case we have cached git clone
44
-RUN git checkout v1.4
+RUN git checkout v1.5
45
RUN cabal build emulator
46
RUN cp $(cabal list-bin emulator) /tmp/emulator
47
0 commit comments