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
55WORKDIR /usr/src/perl
66
77RUN 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 \
1212 && cat *.patch | patch -p1 \
1313 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
1414 && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -32,4 +32,4 @@ RUN true \
3232
3333WORKDIR /usr/src/app
3434
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
55WORKDIR /usr/src/perl
66
77RUN 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 \
1212 && cat *.patch | patch -p1 \
1313 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
1414 && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -32,4 +32,4 @@ RUN true \
3232
3333WORKDIR /usr/src/app
3434
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
55WORKDIR /usr/src/perl
66
77RUN 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 \
1212 && cat *.patch | patch -p1 \
1313 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
1414 && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -32,4 +32,4 @@ RUN true \
3232
3333WORKDIR /usr/src/app
3434
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
55WORKDIR /usr/src/perl
66
77RUN 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 \
1212 && cat *.patch | patch -p1 \
1313 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
1414 && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -32,4 +32,4 @@ RUN true \
3232
3333WORKDIR /usr/src/app
3434
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 \
2626 zlib1g-dev \
2727 xz-utils \
2828 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 \
3333 && cat *.patch | patch -p1 \
3434 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
3535 && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -57,4 +57,4 @@ RUN apt-get update \
5757
5858WORKDIR /usr/src/app
5959
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 \
2626 zlib1g-dev \
2727 xz-utils \
2828 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 \
3333 && cat *.patch | patch -p1 \
3434 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
3535 && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -57,4 +57,4 @@ RUN apt-get update \
5757
5858WORKDIR /usr/src/app
5959
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 \
2626 zlib1g-dev \
2727 xz-utils \
2828 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 \
3333 && cat *.patch | patch -p1 \
3434 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
3535 && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -57,4 +57,4 @@ RUN apt-get update \
5757
5858WORKDIR /usr/src/app
5959
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 \
2626 zlib1g-dev \
2727 xz-utils \
2828 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 \
3333 && cat *.patch | patch -p1 \
3434 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
3535 && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
@@ -57,4 +57,4 @@ RUN apt-get update \
5757
5858WORKDIR /usr/src/app
5959
60- CMD ["perl5.39.1 " ,"-de0" ]
60+ CMD ["perl5.39.2 " ,"-de0" ]
You can’t perform that action at this time.
0 commit comments