Skip to content

Commit

Permalink
Dockerfile: update spdk to eabc229
Browse files Browse the repository at this point in the history
Longhorn 8354

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit authored and innobead committed Apr 15, 2024
1 parent 1e9dd7e commit 5e056fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN cd /usr/src && \

# Build SPDK
ENV SPDK_DIR /usr/src/spdk
ENV SPDK_COMMIT_ID 880cd9cb41a47481e46743082057781e1063dd1c
ENV SPDK_COMMIT_ID eabc2290d3e7947f67c21a12f6f4bd63fd66d087
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 5e056fe

Please sign in to comment.