Skip to content

Commit 8afa418

Browse files
committed
⚙️ Regenerate Dockerfiles
1 parent 7010bd9 commit 8afa418

File tree

8 files changed

+40
-40
lines changed

8 files changed

+40
-40
lines changed

5.039.001-main,threaded-bookworm/Dockerfile renamed to 5.039.002-main,threaded-bookworm/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
55
WORKDIR /usr/src/perl
66

77
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 \
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

3333
WORKDIR /usr/src/app
3434

35-
CMD ["perl5.39.1","-de0"]
35+
CMD ["perl5.39.2","-de0"]

5.039.001-main,threaded-bullseye/Dockerfile renamed to 5.039.002-main,threaded-bullseye/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
55
WORKDIR /usr/src/perl
66

77
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 \
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

3333
WORKDIR /usr/src/app
3434

35-
CMD ["perl5.39.1","-de0"]
35+
CMD ["perl5.39.2","-de0"]

5.039.001-main-bookworm/Dockerfile renamed to 5.039.002-main-bookworm/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
55
WORKDIR /usr/src/perl
66

77
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 \
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

3333
WORKDIR /usr/src/app
3434

35-
CMD ["perl5.39.1","-de0"]
35+
CMD ["perl5.39.2","-de0"]

5.039.001-main-bullseye/Dockerfile renamed to 5.039.002-main-bullseye/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
55
WORKDIR /usr/src/perl
66

77
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 \
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

3333
WORKDIR /usr/src/app
3434

35-
CMD ["perl5.39.1","-de0"]
35+
CMD ["perl5.39.2","-de0"]

5.039.001-slim,threaded-bookworm/Dockerfile renamed to 5.039.002-slim,threaded-bookworm/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

5858
WORKDIR /usr/src/app
5959

60-
CMD ["perl5.39.1","-de0"]
60+
CMD ["perl5.39.2","-de0"]

5.039.001-slim,threaded-bullseye/Dockerfile renamed to 5.039.002-slim,threaded-bullseye/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

5858
WORKDIR /usr/src/app
5959

60-
CMD ["perl5.39.1","-de0"]
60+
CMD ["perl5.39.2","-de0"]

5.039.001-slim-bookworm/Dockerfile renamed to 5.039.002-slim-bookworm/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

5858
WORKDIR /usr/src/app
5959

60-
CMD ["perl5.39.1","-de0"]
60+
CMD ["perl5.39.2","-de0"]

5.039.001-slim-bullseye/Dockerfile renamed to 5.039.002-slim-bullseye/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

5858
WORKDIR /usr/src/app
5959

60-
CMD ["perl5.39.1","-de0"]
60+
CMD ["perl5.39.2","-de0"]

0 commit comments

Comments
 (0)