File tree Expand file tree Collapse file tree 8 files changed +40
-40
lines changed
5.039.002-main,threaded-bookworm
5.039.002-main,threaded-bullseye
5.039.002-slim,threaded-bookworm
5.039.002-slim,threaded-bullseye 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.39.1 .tar.xz -o perl-5.39.1 .tar.xz \
9
- && echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1 .tar.xz' | sha256sum --strict --check - \
10
- && tar --strip-components=1 -xaf perl-5.39.1 .tar.xz -C /usr/src/perl \
11
- && rm perl-5.39.1 .tar.xz \
8
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.39.2 .tar.xz -o perl-5.39.2 .tar.xz \
9
+ && echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2 .tar.xz' | sha256sum --strict --check - \
10
+ && tar --strip-components=1 -xaf perl-5.39.2 .tar.xz -C /usr/src/perl \
11
+ && rm perl-5.39.2 .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 /usr/src/app
34
34
35
- CMD ["perl5.39.1 " ,"-de0" ]
35
+ CMD ["perl5.39.2 " ,"-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.39.1 .tar.xz -o perl-5.39.1 .tar.xz \
9
- && echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1 .tar.xz' | sha256sum --strict --check - \
10
- && tar --strip-components=1 -xaf perl-5.39.1 .tar.xz -C /usr/src/perl \
11
- && rm perl-5.39.1 .tar.xz \
8
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.39.2 .tar.xz -o perl-5.39.2 .tar.xz \
9
+ && echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2 .tar.xz' | sha256sum --strict --check - \
10
+ && tar --strip-components=1 -xaf perl-5.39.2 .tar.xz -C /usr/src/perl \
11
+ && rm perl-5.39.2 .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 /usr/src/app
34
34
35
- CMD ["perl5.39.1 " ,"-de0" ]
35
+ CMD ["perl5.39.2 " ,"-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.39.1 .tar.xz -o perl-5.39.1 .tar.xz \
9
- && echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1 .tar.xz' | sha256sum --strict --check - \
10
- && tar --strip-components=1 -xaf perl-5.39.1 .tar.xz -C /usr/src/perl \
11
- && rm perl-5.39.1 .tar.xz \
8
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.39.2 .tar.xz -o perl-5.39.2 .tar.xz \
9
+ && echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2 .tar.xz' | sha256sum --strict --check - \
10
+ && tar --strip-components=1 -xaf perl-5.39.2 .tar.xz -C /usr/src/perl \
11
+ && rm perl-5.39.2 .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 /usr/src/app
34
34
35
- CMD ["perl5.39.1 " ,"-de0" ]
35
+ CMD ["perl5.39.2 " ,"-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.39.1 .tar.xz -o perl-5.39.1 .tar.xz \
9
- && echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1 .tar.xz' | sha256sum --strict --check - \
10
- && tar --strip-components=1 -xaf perl-5.39.1 .tar.xz -C /usr/src/perl \
11
- && rm perl-5.39.1 .tar.xz \
8
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.39.2 .tar.xz -o perl-5.39.2 .tar.xz \
9
+ && echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2 .tar.xz' | sha256sum --strict --check - \
10
+ && tar --strip-components=1 -xaf perl-5.39.2 .tar.xz -C /usr/src/perl \
11
+ && rm perl-5.39.2 .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 /usr/src/app
34
34
35
- CMD ["perl5.39.1 " ,"-de0" ]
35
+ CMD ["perl5.39.2 " ,"-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.39.1 .tar.xz -o perl-5.39.1 .tar.xz \
30
- && echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1 .tar.xz' | sha256sum --strict --check - \
31
- && tar --strip-components=1 -xaf perl-5.39.1 .tar.xz -C /usr/src/perl \
32
- && rm perl-5.39.1 .tar.xz \
29
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.39.2 .tar.xz -o perl-5.39.2 .tar.xz \
30
+ && echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2 .tar.xz' | sha256sum --strict --check - \
31
+ && tar --strip-components=1 -xaf perl-5.39.2 .tar.xz -C /usr/src/perl \
32
+ && rm perl-5.39.2 .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 /usr/src/app
59
59
60
- CMD ["perl5.39.1 " ,"-de0" ]
60
+ CMD ["perl5.39.2 " ,"-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.39.1 .tar.xz -o perl-5.39.1 .tar.xz \
30
- && echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1 .tar.xz' | sha256sum --strict --check - \
31
- && tar --strip-components=1 -xaf perl-5.39.1 .tar.xz -C /usr/src/perl \
32
- && rm perl-5.39.1 .tar.xz \
29
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.39.2 .tar.xz -o perl-5.39.2 .tar.xz \
30
+ && echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2 .tar.xz' | sha256sum --strict --check - \
31
+ && tar --strip-components=1 -xaf perl-5.39.2 .tar.xz -C /usr/src/perl \
32
+ && rm perl-5.39.2 .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 /usr/src/app
59
59
60
- CMD ["perl5.39.1 " ,"-de0" ]
60
+ CMD ["perl5.39.2 " ,"-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.39.1 .tar.xz -o perl-5.39.1 .tar.xz \
30
- && echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1 .tar.xz' | sha256sum --strict --check - \
31
- && tar --strip-components=1 -xaf perl-5.39.1 .tar.xz -C /usr/src/perl \
32
- && rm perl-5.39.1 .tar.xz \
29
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.39.2 .tar.xz -o perl-5.39.2 .tar.xz \
30
+ && echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2 .tar.xz' | sha256sum --strict --check - \
31
+ && tar --strip-components=1 -xaf perl-5.39.2 .tar.xz -C /usr/src/perl \
32
+ && rm perl-5.39.2 .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 /usr/src/app
59
59
60
- CMD ["perl5.39.1 " ,"-de0" ]
60
+ CMD ["perl5.39.2 " ,"-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.39.1 .tar.xz -o perl-5.39.1 .tar.xz \
30
- && echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1 .tar.xz' | sha256sum --strict --check - \
31
- && tar --strip-components=1 -xaf perl-5.39.1 .tar.xz -C /usr/src/perl \
32
- && rm perl-5.39.1 .tar.xz \
29
+ && curl -fL https://www.cpan.org/src/5.0/perl-5.39.2 .tar.xz -o perl-5.39.2 .tar.xz \
30
+ && echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2 .tar.xz' | sha256sum --strict --check - \
31
+ && tar --strip-components=1 -xaf perl-5.39.2 .tar.xz -C /usr/src/perl \
32
+ && rm perl-5.39.2 .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 /usr/src/app
59
59
60
- CMD ["perl5.39.1 " ,"-de0" ]
60
+ CMD ["perl5.39.2 " ,"-de0" ]
You can’t perform that action at this time.
0 commit comments