Skip to content

Commit 6c03341

Browse files
committed
Dockerfile: update spdk to 086836c
Longhorn 7672 Signed-off-by: Derek Su <[email protected]>
1 parent f0d6be9 commit 6c03341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dapper

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/i
3333

3434
# Build SPDK
3535
ENV SPDK_DIR /usr/src/spdk
36-
ENV SPDK_COMMIT_ID 7a25c3c5a102dfb2d8715f9bf090691176de5ef7
36+
ENV SPDK_COMMIT_ID 086836c8d1ee2d622c86965dfb0245d966420309
3737
RUN git clone https://github.com/longhorn/spdk.git ${SPDK_DIR} --recursive && \
3838
cd ${SPDK_DIR} && \
3939
git checkout ${SPDK_COMMIT_ID} && \

0 commit comments

Comments
 (0)