Skip to content

Commit

Permalink
chore(nvme): update nvme-cli to v2.9.1
Browse files Browse the repository at this point in the history
Longhorn 8836

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit authored and innobead committed Jun 26, 2024
1 parent 4961e15 commit 375b92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ RUN cd /usr/src && \
make && \
make install

# Build nvme-cli 2.7.1
# Build nvme-cli 2.9.1
ENV NVME_CLI_DIR /usr/src/nvme-cli
ENV NVME_CLI_COMMIT_ID dcdad6f5d70ffb2fa151f229db048180671eb1fe
ENV NVME_CLI_COMMIT_ID b340fd7dcf1aef76f8d46ab28bef3c170d310887
RUN git clone https://github.com/linux-nvme/nvme-cli.git ${NVME_CLI_DIR} && \
cd ${NVME_CLI_DIR} && \
git checkout ${NVME_CLI_COMMIT_ID} && \
Expand Down

0 comments on commit 375b92e

Please sign in to comment.