Skip to content

Commit

Permalink
Merge pull request #785 from slaclab/upgrade-smurf-pcie-to-v3.0.2
Browse files Browse the repository at this point in the history
Upgrade smurf-pcie to v3.0.2.
  • Loading branch information
swh76 authored Sep 27, 2023
2 parents 38e631b + 01f6e6b commit d5ea315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY local_files /tmp/fw/

# Install the SMURF PCIe card repository
WORKDIR /usr/local/src
RUN git clone https://github.com/slaclab/smurf-pcie.git -b v2.0.0
RUN git clone https://github.com/slaclab/smurf-pcie.git -b v3.0.2
WORKDIR smurf-pcie
RUN sed -i -e 's|[email protected]:|https://github.com/|g' .gitmodules
RUN git submodule sync && git submodule update --init --recursive
Expand Down

0 comments on commit d5ea315

Please sign in to comment.