Skip to content

Commit

Permalink
⚙️ Regenerate Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
zakame committed Apr 29, 2024
1 parent 53526ce commit 8a43d71
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:bookworm
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.9.tar.gz -o perl-5.39.9.tar.gz \
&& echo 'c589d2e36cbb8db30fb73f661ef2c06ffe9c680f8ebe417169ec259b48ec2119 *perl-5.39.9.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.9.tar.gz -C /usr/src/perl \
&& rm perl-5.39.9.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.10.tar.gz -o perl-5.39.10.tar.gz \
&& echo '4b7ffb3e068583fa5c8413390c998b2c15214f205ce737acc485b40932b9f419 *perl-5.39.10.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.10.tar.gz -C /usr/src/perl \
&& rm perl-5.39.10.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand All @@ -31,4 +31,4 @@ RUN true \

WORKDIR /usr/src/app

CMD ["perl5.39.9","-de0"]
CMD ["perl5.39.10","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:bullseye
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.9.tar.gz -o perl-5.39.9.tar.gz \
&& echo 'c589d2e36cbb8db30fb73f661ef2c06ffe9c680f8ebe417169ec259b48ec2119 *perl-5.39.9.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.9.tar.gz -C /usr/src/perl \
&& rm perl-5.39.9.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.10.tar.gz -o perl-5.39.10.tar.gz \
&& echo '4b7ffb3e068583fa5c8413390c998b2c15214f205ce737acc485b40932b9f419 *perl-5.39.10.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.10.tar.gz -C /usr/src/perl \
&& rm perl-5.39.10.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand All @@ -31,4 +31,4 @@ RUN true \

WORKDIR /usr/src/app

CMD ["perl5.39.9","-de0"]
CMD ["perl5.39.10","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:bookworm
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.9.tar.gz -o perl-5.39.9.tar.gz \
&& echo 'c589d2e36cbb8db30fb73f661ef2c06ffe9c680f8ebe417169ec259b48ec2119 *perl-5.39.9.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.9.tar.gz -C /usr/src/perl \
&& rm perl-5.39.9.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.10.tar.gz -o perl-5.39.10.tar.gz \
&& echo '4b7ffb3e068583fa5c8413390c998b2c15214f205ce737acc485b40932b9f419 *perl-5.39.10.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.10.tar.gz -C /usr/src/perl \
&& rm perl-5.39.10.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand All @@ -31,4 +31,4 @@ RUN true \

WORKDIR /usr/src/app

CMD ["perl5.39.9","-de0"]
CMD ["perl5.39.10","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM buildpack-deps:bullseye
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.9.tar.gz -o perl-5.39.9.tar.gz \
&& echo 'c589d2e36cbb8db30fb73f661ef2c06ffe9c680f8ebe417169ec259b48ec2119 *perl-5.39.9.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.9.tar.gz -C /usr/src/perl \
&& rm perl-5.39.9.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.10.tar.gz -o perl-5.39.10.tar.gz \
&& echo '4b7ffb3e068583fa5c8413390c998b2c15214f205ce737acc485b40932b9f419 *perl-5.39.10.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.10.tar.gz -C /usr/src/perl \
&& rm perl-5.39.10.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand All @@ -31,4 +31,4 @@ RUN true \

WORKDIR /usr/src/app

CMD ["perl5.39.9","-de0"]
CMD ["perl5.39.10","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.9.tar.gz -o perl-5.39.9.tar.gz \
&& echo 'c589d2e36cbb8db30fb73f661ef2c06ffe9c680f8ebe417169ec259b48ec2119 *perl-5.39.9.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.9.tar.gz -C /usr/src/perl \
&& rm perl-5.39.9.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.10.tar.gz -o perl-5.39.10.tar.gz \
&& echo '4b7ffb3e068583fa5c8413390c998b2c15214f205ce737acc485b40932b9f419 *perl-5.39.10.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.10.tar.gz -C /usr/src/perl \
&& rm perl-5.39.10.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -56,4 +56,4 @@ RUN apt-get update \

WORKDIR /usr/src/app

CMD ["perl5.39.9","-de0"]
CMD ["perl5.39.10","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.9.tar.gz -o perl-5.39.9.tar.gz \
&& echo 'c589d2e36cbb8db30fb73f661ef2c06ffe9c680f8ebe417169ec259b48ec2119 *perl-5.39.9.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.9.tar.gz -C /usr/src/perl \
&& rm perl-5.39.9.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.10.tar.gz -o perl-5.39.10.tar.gz \
&& echo '4b7ffb3e068583fa5c8413390c998b2c15214f205ce737acc485b40932b9f419 *perl-5.39.10.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.10.tar.gz -C /usr/src/perl \
&& rm perl-5.39.10.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -56,4 +56,4 @@ RUN apt-get update \

WORKDIR /usr/src/app

CMD ["perl5.39.9","-de0"]
CMD ["perl5.39.10","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.9.tar.gz -o perl-5.39.9.tar.gz \
&& echo 'c589d2e36cbb8db30fb73f661ef2c06ffe9c680f8ebe417169ec259b48ec2119 *perl-5.39.9.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.9.tar.gz -C /usr/src/perl \
&& rm perl-5.39.9.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.10.tar.gz -o perl-5.39.10.tar.gz \
&& echo '4b7ffb3e068583fa5c8413390c998b2c15214f205ce737acc485b40932b9f419 *perl-5.39.10.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.10.tar.gz -C /usr/src/perl \
&& rm perl-5.39.10.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -56,4 +56,4 @@ RUN apt-get update \

WORKDIR /usr/src/app

CMD ["perl5.39.9","-de0"]
CMD ["perl5.39.10","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.9.tar.gz -o perl-5.39.9.tar.gz \
&& echo 'c589d2e36cbb8db30fb73f661ef2c06ffe9c680f8ebe417169ec259b48ec2119 *perl-5.39.9.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.9.tar.gz -C /usr/src/perl \
&& rm perl-5.39.9.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.39.10.tar.gz -o perl-5.39.10.tar.gz \
&& echo '4b7ffb3e068583fa5c8413390c998b2c15214f205ce737acc485b40932b9f419 *perl-5.39.10.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.10.tar.gz -C /usr/src/perl \
&& rm perl-5.39.10.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -56,4 +56,4 @@ RUN apt-get update \

WORKDIR /usr/src/app

CMD ["perl5.39.9","-de0"]
CMD ["perl5.39.10","-de0"]

0 comments on commit 8a43d71

Please sign in to comment.