File tree Expand file tree Collapse file tree 8 files changed +40
-40
lines changed
5.037.009-main,threaded-bullseye
5.037.009-main,threaded-buster
5.037.009-slim,threaded-bullseye
5.037.009-slim,threaded-buster Expand file tree Collapse file tree 8 files changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ LABEL maintainer="Peter Martini <
[email protected] >, Zak B. Elep <zakame@c
5
5
WORKDIR /usr/src/perl
6
6
7
7
RUN true \
8
- && curl -fL https://www.cpan.org/src/5.0/perl-5.37.8 .tar.xz -o perl-5.37.8 .tar.xz \
9
- && echo 'eca6396a4b1aa7a38ef467ce54ed897cc84ba948fad0f90aeb210e57b04daf3c *perl-5.37.8 .tar.xz' | sha256sum --strict --check - \
10
- && tar --strip-components=1 -xaf perl-5.37.8 .tar.xz -C /usr/src/perl \
11
- && rm perl-5.37.8 .tar.xz \
8
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.37.9 .tar.xz -o perl-5.37.9 .tar.xz \
9
+ && echo '869c2b8c5d031608ecd1d9cf107413a6779f5b8bfd35df882a460d97a28af6a6 *perl-5.37.9 .tar.xz' | sha256sum --strict --check - \
10
+ && tar --strip-components=1 -xaf perl-5.37.9 .tar.xz -C /usr/src/perl \
11
+ && rm perl-5.37.9 .tar.xz \
12
12
&& cat *.patch | patch -p1 \
13
13
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
14
14
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -32,4 +32,4 @@ RUN true \
32
32
33
33
WORKDIR /
34
34
35
- CMD ["perl5.37.8 " ,"-de0" ]
35
+ CMD ["perl5.37.9 " ,"-de0" ]
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ LABEL maintainer="Peter Martini <
[email protected] >, Zak B. Elep <zakame@c
5
5
WORKDIR /usr/src/perl
6
6
7
7
RUN true \
8
- && curl -fL https://www.cpan.org/src/5.0/perl-5.37.8 .tar.xz -o perl-5.37.8 .tar.xz \
9
- && echo 'eca6396a4b1aa7a38ef467ce54ed897cc84ba948fad0f90aeb210e57b04daf3c *perl-5.37.8 .tar.xz' | sha256sum --strict --check - \
10
- && tar --strip-components=1 -xaf perl-5.37.8 .tar.xz -C /usr/src/perl \
11
- && rm perl-5.37.8 .tar.xz \
8
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.37.9 .tar.xz -o perl-5.37.9 .tar.xz \
9
+ && echo '869c2b8c5d031608ecd1d9cf107413a6779f5b8bfd35df882a460d97a28af6a6 *perl-5.37.9 .tar.xz' | sha256sum --strict --check - \
10
+ && tar --strip-components=1 -xaf perl-5.37.9 .tar.xz -C /usr/src/perl \
11
+ && rm perl-5.37.9 .tar.xz \
12
12
&& cat *.patch | patch -p1 \
13
13
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
14
14
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -32,4 +32,4 @@ RUN true \
32
32
33
33
WORKDIR /
34
34
35
- CMD ["perl5.37.8 " ,"-de0" ]
35
+ CMD ["perl5.37.9 " ,"-de0" ]
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ LABEL maintainer="Peter Martini <
[email protected] >, Zak B. Elep <zakame@c
5
5
WORKDIR /usr/src/perl
6
6
7
7
RUN true \
8
- && curl -fL https://www.cpan.org/src/5.0/perl-5.37.8 .tar.xz -o perl-5.37.8 .tar.xz \
9
- && echo 'eca6396a4b1aa7a38ef467ce54ed897cc84ba948fad0f90aeb210e57b04daf3c *perl-5.37.8 .tar.xz' | sha256sum --strict --check - \
10
- && tar --strip-components=1 -xaf perl-5.37.8 .tar.xz -C /usr/src/perl \
11
- && rm perl-5.37.8 .tar.xz \
8
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.37.9 .tar.xz -o perl-5.37.9 .tar.xz \
9
+ && echo '869c2b8c5d031608ecd1d9cf107413a6779f5b8bfd35df882a460d97a28af6a6 *perl-5.37.9 .tar.xz' | sha256sum --strict --check - \
10
+ && tar --strip-components=1 -xaf perl-5.37.9 .tar.xz -C /usr/src/perl \
11
+ && rm perl-5.37.9 .tar.xz \
12
12
&& cat *.patch | patch -p1 \
13
13
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
14
14
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -32,4 +32,4 @@ RUN true \
32
32
33
33
WORKDIR /
34
34
35
- CMD ["perl5.37.8 " ,"-de0" ]
35
+ CMD ["perl5.37.9 " ,"-de0" ]
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ LABEL maintainer="Peter Martini <
[email protected] >, Zak B. Elep <zakame@c
5
5
WORKDIR /usr/src/perl
6
6
7
7
RUN true \
8
- && curl -fL https://www.cpan.org/src/5.0/perl-5.37.8 .tar.xz -o perl-5.37.8 .tar.xz \
9
- && echo 'eca6396a4b1aa7a38ef467ce54ed897cc84ba948fad0f90aeb210e57b04daf3c *perl-5.37.8 .tar.xz' | sha256sum --strict --check - \
10
- && tar --strip-components=1 -xaf perl-5.37.8 .tar.xz -C /usr/src/perl \
11
- && rm perl-5.37.8 .tar.xz \
8
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.37.9 .tar.xz -o perl-5.37.9 .tar.xz \
9
+ && echo '869c2b8c5d031608ecd1d9cf107413a6779f5b8bfd35df882a460d97a28af6a6 *perl-5.37.9 .tar.xz' | sha256sum --strict --check - \
10
+ && tar --strip-components=1 -xaf perl-5.37.9 .tar.xz -C /usr/src/perl \
11
+ && rm perl-5.37.9 .tar.xz \
12
12
&& cat *.patch | patch -p1 \
13
13
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
14
14
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -32,4 +32,4 @@ RUN true \
32
32
33
33
WORKDIR /
34
34
35
- CMD ["perl5.37.8 " ,"-de0" ]
35
+ CMD ["perl5.37.9 " ,"-de0" ]
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ RUN apt-get update \
26
26
zlib1g-dev \
27
27
xz-utils \
28
28
libssl-dev \
29
- && curl -fL https://www.cpan.org/src/5.0/perl-5.37.8 .tar.xz -o perl-5.37.8 .tar.xz \
30
- && echo 'eca6396a4b1aa7a38ef467ce54ed897cc84ba948fad0f90aeb210e57b04daf3c *perl-5.37.8 .tar.xz' | sha256sum --strict --check - \
31
- && tar --strip-components=1 -xaf perl-5.37.8 .tar.xz -C /usr/src/perl \
32
- && rm perl-5.37.8 .tar.xz \
29
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.37.9 .tar.xz -o perl-5.37.9 .tar.xz \
30
+ && echo '869c2b8c5d031608ecd1d9cf107413a6779f5b8bfd35df882a460d97a28af6a6 *perl-5.37.9 .tar.xz' | sha256sum --strict --check - \
31
+ && tar --strip-components=1 -xaf perl-5.37.9 .tar.xz -C /usr/src/perl \
32
+ && rm perl-5.37.9 .tar.xz \
33
33
&& cat *.patch | patch -p1 \
34
34
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
35
35
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -57,4 +57,4 @@ RUN apt-get update \
57
57
58
58
WORKDIR /
59
59
60
- CMD ["perl5.37.8 " ,"-de0" ]
60
+ CMD ["perl5.37.9 " ,"-de0" ]
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ RUN apt-get update \
26
26
zlib1g-dev \
27
27
xz-utils \
28
28
libssl-dev \
29
- && curl -fL https://www.cpan.org/src/5.0/perl-5.37.8 .tar.xz -o perl-5.37.8 .tar.xz \
30
- && echo 'eca6396a4b1aa7a38ef467ce54ed897cc84ba948fad0f90aeb210e57b04daf3c *perl-5.37.8 .tar.xz' | sha256sum --strict --check - \
31
- && tar --strip-components=1 -xaf perl-5.37.8 .tar.xz -C /usr/src/perl \
32
- && rm perl-5.37.8 .tar.xz \
29
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.37.9 .tar.xz -o perl-5.37.9 .tar.xz \
30
+ && echo '869c2b8c5d031608ecd1d9cf107413a6779f5b8bfd35df882a460d97a28af6a6 *perl-5.37.9 .tar.xz' | sha256sum --strict --check - \
31
+ && tar --strip-components=1 -xaf perl-5.37.9 .tar.xz -C /usr/src/perl \
32
+ && rm perl-5.37.9 .tar.xz \
33
33
&& cat *.patch | patch -p1 \
34
34
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
35
35
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -57,4 +57,4 @@ RUN apt-get update \
57
57
58
58
WORKDIR /
59
59
60
- CMD ["perl5.37.8 " ,"-de0" ]
60
+ CMD ["perl5.37.9 " ,"-de0" ]
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ RUN apt-get update \
26
26
zlib1g-dev \
27
27
xz-utils \
28
28
libssl-dev \
29
- && curl -fL https://www.cpan.org/src/5.0/perl-5.37.8 .tar.xz -o perl-5.37.8 .tar.xz \
30
- && echo 'eca6396a4b1aa7a38ef467ce54ed897cc84ba948fad0f90aeb210e57b04daf3c *perl-5.37.8 .tar.xz' | sha256sum --strict --check - \
31
- && tar --strip-components=1 -xaf perl-5.37.8 .tar.xz -C /usr/src/perl \
32
- && rm perl-5.37.8 .tar.xz \
29
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.37.9 .tar.xz -o perl-5.37.9 .tar.xz \
30
+ && echo '869c2b8c5d031608ecd1d9cf107413a6779f5b8bfd35df882a460d97a28af6a6 *perl-5.37.9 .tar.xz' | sha256sum --strict --check - \
31
+ && tar --strip-components=1 -xaf perl-5.37.9 .tar.xz -C /usr/src/perl \
32
+ && rm perl-5.37.9 .tar.xz \
33
33
&& cat *.patch | patch -p1 \
34
34
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
35
35
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -57,4 +57,4 @@ RUN apt-get update \
57
57
58
58
WORKDIR /
59
59
60
- CMD ["perl5.37.8 " ,"-de0" ]
60
+ CMD ["perl5.37.9 " ,"-de0" ]
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ RUN apt-get update \
26
26
zlib1g-dev \
27
27
xz-utils \
28
28
libssl-dev \
29
- && curl -fL https://www.cpan.org/src/5.0/perl-5.37.8 .tar.xz -o perl-5.37.8 .tar.xz \
30
- && echo 'eca6396a4b1aa7a38ef467ce54ed897cc84ba948fad0f90aeb210e57b04daf3c *perl-5.37.8 .tar.xz' | sha256sum --strict --check - \
31
- && tar --strip-components=1 -xaf perl-5.37.8 .tar.xz -C /usr/src/perl \
32
- && rm perl-5.37.8 .tar.xz \
29
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.37.9 .tar.xz -o perl-5.37.9 .tar.xz \
30
+ && echo '869c2b8c5d031608ecd1d9cf107413a6779f5b8bfd35df882a460d97a28af6a6 *perl-5.37.9 .tar.xz' | sha256sum --strict --check - \
31
+ && tar --strip-components=1 -xaf perl-5.37.9 .tar.xz -C /usr/src/perl \
32
+ && rm perl-5.37.9 .tar.xz \
33
33
&& cat *.patch | patch -p1 \
34
34
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
35
35
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -57,4 +57,4 @@ RUN apt-get update \
57
57
58
58
WORKDIR /
59
59
60
- CMD ["perl5.37.8 " ,"-de0" ]
60
+ CMD ["perl5.37.9 " ,"-de0" ]
You can’t perform that action at this time.
0 commit comments