Skip to content

Commit f357217

Browse files
committed
Dockerfile: update spdk to 7a6125f
Longhorn 7672 Signed-off-by: Derek Su <[email protected]>
1 parent 445964e commit f357217

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 7a6125fda83e0b8ad0ca22d99f6f3b0e96302691
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)