Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 4e8154d

Browse files
docker: update pmdk installed version to 1.12.0
1 parent f49772a commit 4e8154d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/docker/images/install-pmdk.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# SPDX-License-Identifier: BSD-3-Clause
3-
# Copyright 2018-2021, Intel Corporation
3+
# Copyright 2018-2022, Intel Corporation
44

55
#
66
# install-pmdk.sh - installs libpmem & libpmemobj
@@ -16,8 +16,8 @@ fi
1616

1717
PACKAGE_MANAGER=${1}
1818

19-
# master: 1.11.0, 02.07.2021
20-
PMDK_VERSION="8583fcfd68764ac6779e6f93db89b06971b26704"
19+
# common: 1.12.0 release, 24.05.2022
20+
PMDK_VERSION="73d8f958e855904dc0776a7d77d0f0d3698a65b1"
2121

2222
git clone https://github.com/pmem/pmdk
2323
cd pmdk

0 commit comments

Comments
 (0)