Skip to content

Commit

Permalink
Update Dahlia version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitnigam committed Mar 20, 2024
1 parent 231bda5 commit e89ed24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ WORKDIR /home
RUN git clone https://github.com/cucapra/dahlia.git
WORKDIR /home/dahlia
## Checkout specific version. Fetch before checkout because clone might be cached.
RUN git fetch --all && git checkout 88e05e5
RUN git fetch --all && git checkout 9ec9a58
RUN sbt "; getHeaders; assembly"

# Add the Calyx source code from the build context
Expand Down

0 comments on commit e89ed24

Please sign in to comment.