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

Commit 3a1c4d6

Browse files
docker: bump PMDK version to 1.11.0
1 parent 0bb6d66 commit 3a1c4d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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
#
3-
# Copyright 2018-2020, Intel Corporation
3+
# Copyright 2018-2021, Intel Corporation
44
#
55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions
@@ -38,8 +38,8 @@ set -e
3838

3939
PACKAGE_MANAGER=$1
4040

41-
# tag: 1.8.1, 16.09.2020
42-
PMDK_VERSION="1.8.1"
41+
# master: 1.11.0, 02.07.2021
42+
PMDK_VERSION="8583fcfd68764ac6779e6f93db89b06971b26704"
4343

4444
if [ "${SKIP_PMDK_BUILD}" ]; then
4545
echo "Variable 'SKIP_PMDK_BUILD' is set; skipping building PMDK"

0 commit comments

Comments
 (0)