Skip to content

Commit b282f13

Browse files
DamiaSanderekbit
authored andcommitted
Dockerfile: update spdk to 62a8f8a
Longhorn 8411 Signed-off-by: Damiano Cipriani <[email protected]>
1 parent 185e91a commit b282f13

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 eabc2290d3e7947f67c21a12f6f4bd63fd66d087
36+
ENV SPDK_COMMIT_ID 62a8f8a9c5ac99f6e63d654f6fc6c427c5d8815b
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)