This repository was archived by the owner on Oct 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ RUN apt-get update && apt-get install -y \
7474 && pip install awscli==1.10.15
7575
7676# Get lvm2 sources to build statically linked devmapper library
77- ENV LVM2_VERSION 2.02.173
77+ ENV LVM2_VERSION 2.02.168
7878RUN mkdir -p /usr/local/lvm2 \
7979 && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \
8080 | tar -xzC /usr/local/lvm2 --strip-components=1
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN apt-get update && apt-get install -y \
5555 --no-install-recommends
5656
5757# Get lvm2 sources to build statically linked devmapper library
58- ENV LVM2_VERSION 2.02.173
58+ ENV LVM2_VERSION 2.02.168
5959RUN mkdir -p /usr/local/lvm2 \
6060 && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \
6161 | tar -xzC /usr/local/lvm2 --strip-components=1
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y \
5454 && pip install awscli==1.10.15
5555
5656# Get lvm2 sources to build statically linked devmapper library
57- ENV LVM2_VERSION 2.02.173
57+ ENV LVM2_VERSION 2.02.168
5858RUN mkdir -p /usr/local/lvm2 \
5959 && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \
6060 | tar -xzC /usr/local/lvm2 --strip-components=1
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y \
5454 --no-install-recommends
5555
5656# Get lvm2 sources to build statically linked devmapper library
57- ENV LVM2_VERSION 2.02.173
57+ ENV LVM2_VERSION 2.02.168
5858RUN mkdir -p /usr/local/lvm2 \
5959 && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \
6060 | tar -xzC /usr/local/lvm2 --strip-components=1
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN set -x \
6565 && rm -rf "$SECCOMP_PATH"
6666
6767# Get lvm2 sources to build statically linked devmapper library
68- ENV LVM2_VERSION 2.02.173
68+ ENV LVM2_VERSION 2.02.168
6969RUN mkdir -p /usr/local/lvm2 \
7070 && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \
7171 | tar -xzC /usr/local/lvm2 --strip-components=1
You can’t perform that action at this time.
0 commit comments