diff --git a/Dockerfile b/Dockerfile index 8971edf6b8..8b89729af6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,7 +74,7 @@ RUN apt-get update && apt-get install -y \ && pip install awscli==1.10.15 # Get lvm2 sources to build statically linked devmapper library -ENV LVM2_VERSION 2.02.173 +ENV LVM2_VERSION 2.02.168 RUN mkdir -p /usr/local/lvm2 \ && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \ | tar -xzC /usr/local/lvm2 --strip-components=1 diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 5f3b25ce59..a15a3fe6a0 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -55,7 +55,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends # Get lvm2 sources to build statically linked devmapper library -ENV LVM2_VERSION 2.02.173 +ENV LVM2_VERSION 2.02.168 RUN mkdir -p /usr/local/lvm2 \ && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \ | tar -xzC /usr/local/lvm2 --strip-components=1 diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 18cd74f12f..ff78234ad7 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y \ && pip install awscli==1.10.15 # Get lvm2 sources to build statically linked devmapper library -ENV LVM2_VERSION 2.02.173 +ENV LVM2_VERSION 2.02.168 RUN mkdir -p /usr/local/lvm2 \ && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \ | tar -xzC /usr/local/lvm2 --strip-components=1 diff --git a/Dockerfile.ppc64le b/Dockerfile.ppc64le index 3234239ea6..171fbfa726 100644 --- a/Dockerfile.ppc64le +++ b/Dockerfile.ppc64le @@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends # Get lvm2 sources to build statically linked devmapper library -ENV LVM2_VERSION 2.02.173 +ENV LVM2_VERSION 2.02.168 RUN mkdir -p /usr/local/lvm2 \ && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \ | tar -xzC /usr/local/lvm2 --strip-components=1 diff --git a/Dockerfile.s390x b/Dockerfile.s390x index 14dfd12bdb..eb99853185 100644 --- a/Dockerfile.s390x +++ b/Dockerfile.s390x @@ -65,7 +65,7 @@ RUN set -x \ && rm -rf "$SECCOMP_PATH" # Get lvm2 sources to build statically linked devmapper library -ENV LVM2_VERSION 2.02.173 +ENV LVM2_VERSION 2.02.168 RUN mkdir -p /usr/local/lvm2 \ && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \ | tar -xzC /usr/local/lvm2 --strip-components=1