Skip to content

Commit

Permalink
Dockerfile: update spdk to 880cd9c
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit committed Mar 25, 2024
1 parent b4a1af9 commit 8d33f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/i

# Build SPDK
ENV SPDK_DIR /usr/src/spdk
ENV SPDK_COMMIT_ID 7a6125fda83e0b8ad0ca22d99f6f3b0e96302691
ENV SPDK_COMMIT_ID 880cd9cb41a47481e46743082057781e1063dd1c
RUN git clone https://github.com/longhorn/spdk.git ${SPDK_DIR} --recursive && \
cd ${SPDK_DIR} && \
git checkout ${SPDK_COMMIT_ID} && \
Expand Down

0 comments on commit 8d33f2a

Please sign in to comment.