Skip to content

Commit

Permalink
Use emulator v1.7. Support Microsoft SQL Server
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Dec 13, 2024
1 parent bf1e925 commit 3f67cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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.6
RUN git checkout v1.7
RUN cabal build emulator
RUN cp $(cabal list-bin emulator) /tmp/emulator

Expand Down

0 comments on commit 3f67cad

Please sign in to comment.