From 01f6e6b1f2317173de15ba10f2e0cf7ee476e1e7 Mon Sep 17 00:00:00 2001 From: "Shawn W. Henderson" <20823858+swh76@users.noreply.github.com> Date: Tue, 26 Sep 2023 20:00:50 -0700 Subject: [PATCH] Upgrade smurf-pcie to v3.0.2 --- docker/server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/server/Dockerfile b/docker/server/Dockerfile index 277dba1d..b78e4c69 100644 --- a/docker/server/Dockerfile +++ b/docker/server/Dockerfile @@ -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|git@github.com:|https://github.com/|g' .gitmodules RUN git submodule sync && git submodule update --init --recursive