Skip to content

Commit

Permalink
⚙️ Regenerate Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
zakame committed Jan 20, 2024
1 parent 412fe51 commit d1a0c89
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/B/BO/BOOK/perl-5.39.6.tar.gz -o perl-5.39.6.tar.gz \
&& echo 'cb8715636bc744cca6e8864b6daa16f388d16ca3a134df6e6f35bbbe39dd7f63 *perl-5.39.6.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.6.tar.gz -C /usr/src/perl \
&& rm perl-5.39.6.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/C/CO/CORION/perl-5.39.7.tar.gz -o perl-5.39.7.tar.gz \
&& echo 'c85f9ef13fa674839b076d81edb45242a5ddff3df4b111f764a7abe72edd83eb *perl-5.39.7.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.7.tar.gz -C /usr/src/perl \
&& rm perl-5.39.7.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.6","-de0"]
CMD ["perl5.39.7","-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/B/BO/BOOK/perl-5.39.6.tar.gz -o perl-5.39.6.tar.gz \
&& echo 'cb8715636bc744cca6e8864b6daa16f388d16ca3a134df6e6f35bbbe39dd7f63 *perl-5.39.6.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.6.tar.gz -C /usr/src/perl \
&& rm perl-5.39.6.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/C/CO/CORION/perl-5.39.7.tar.gz -o perl-5.39.7.tar.gz \
&& echo 'c85f9ef13fa674839b076d81edb45242a5ddff3df4b111f764a7abe72edd83eb *perl-5.39.7.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.7.tar.gz -C /usr/src/perl \
&& rm perl-5.39.7.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.6","-de0"]
CMD ["perl5.39.7","-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/B/BO/BOOK/perl-5.39.6.tar.gz -o perl-5.39.6.tar.gz \
&& echo 'cb8715636bc744cca6e8864b6daa16f388d16ca3a134df6e6f35bbbe39dd7f63 *perl-5.39.6.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.6.tar.gz -C /usr/src/perl \
&& rm perl-5.39.6.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/C/CO/CORION/perl-5.39.7.tar.gz -o perl-5.39.7.tar.gz \
&& echo 'c85f9ef13fa674839b076d81edb45242a5ddff3df4b111f764a7abe72edd83eb *perl-5.39.7.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.7.tar.gz -C /usr/src/perl \
&& rm perl-5.39.7.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.6","-de0"]
CMD ["perl5.39.7","-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/B/BO/BOOK/perl-5.39.6.tar.gz -o perl-5.39.6.tar.gz \
&& echo 'cb8715636bc744cca6e8864b6daa16f388d16ca3a134df6e6f35bbbe39dd7f63 *perl-5.39.6.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.6.tar.gz -C /usr/src/perl \
&& rm perl-5.39.6.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/C/CO/CORION/perl-5.39.7.tar.gz -o perl-5.39.7.tar.gz \
&& echo 'c85f9ef13fa674839b076d81edb45242a5ddff3df4b111f764a7abe72edd83eb *perl-5.39.7.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.7.tar.gz -C /usr/src/perl \
&& rm perl-5.39.7.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.6","-de0"]
CMD ["perl5.39.7","-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/B/BO/BOOK/perl-5.39.6.tar.gz -o perl-5.39.6.tar.gz \
&& echo 'cb8715636bc744cca6e8864b6daa16f388d16ca3a134df6e6f35bbbe39dd7f63 *perl-5.39.6.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.6.tar.gz -C /usr/src/perl \
&& rm perl-5.39.6.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/C/CO/CORION/perl-5.39.7.tar.gz -o perl-5.39.7.tar.gz \
&& echo 'c85f9ef13fa674839b076d81edb45242a5ddff3df4b111f764a7abe72edd83eb *perl-5.39.7.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.7.tar.gz -C /usr/src/perl \
&& rm perl-5.39.7.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.6","-de0"]
CMD ["perl5.39.7","-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/B/BO/BOOK/perl-5.39.6.tar.gz -o perl-5.39.6.tar.gz \
&& echo 'cb8715636bc744cca6e8864b6daa16f388d16ca3a134df6e6f35bbbe39dd7f63 *perl-5.39.6.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.6.tar.gz -C /usr/src/perl \
&& rm perl-5.39.6.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/C/CO/CORION/perl-5.39.7.tar.gz -o perl-5.39.7.tar.gz \
&& echo 'c85f9ef13fa674839b076d81edb45242a5ddff3df4b111f764a7abe72edd83eb *perl-5.39.7.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.7.tar.gz -C /usr/src/perl \
&& rm perl-5.39.7.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.6","-de0"]
CMD ["perl5.39.7","-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/B/BO/BOOK/perl-5.39.6.tar.gz -o perl-5.39.6.tar.gz \
&& echo 'cb8715636bc744cca6e8864b6daa16f388d16ca3a134df6e6f35bbbe39dd7f63 *perl-5.39.6.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.6.tar.gz -C /usr/src/perl \
&& rm perl-5.39.6.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/C/CO/CORION/perl-5.39.7.tar.gz -o perl-5.39.7.tar.gz \
&& echo 'c85f9ef13fa674839b076d81edb45242a5ddff3df4b111f764a7abe72edd83eb *perl-5.39.7.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.7.tar.gz -C /usr/src/perl \
&& rm perl-5.39.7.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.6","-de0"]
CMD ["perl5.39.7","-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/B/BO/BOOK/perl-5.39.6.tar.gz -o perl-5.39.6.tar.gz \
&& echo 'cb8715636bc744cca6e8864b6daa16f388d16ca3a134df6e6f35bbbe39dd7f63 *perl-5.39.6.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.6.tar.gz -C /usr/src/perl \
&& rm perl-5.39.6.tar.gz \
&& curl -fL https://cpan.metacpan.org/authors/id/C/CO/CORION/perl-5.39.7.tar.gz -o perl-5.39.7.tar.gz \
&& echo 'c85f9ef13fa674839b076d81edb45242a5ddff3df4b111f764a7abe72edd83eb *perl-5.39.7.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.7.tar.gz -C /usr/src/perl \
&& rm perl-5.39.7.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.6","-de0"]
CMD ["perl5.39.7","-de0"]

0 comments on commit d1a0c89

Please sign in to comment.