Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile-bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# base layer with perl and some general preparations
#
FROM perl:5.38.5-slim-bookworm@sha256:72c5a6250154430af2a449ad0b99c724c487087e3fc49945fc64aec1f2f87cf2 AS base
FROM perl:5.38.5-slim-bookworm@sha256:0e90d494667bbe00c2f98efd39ca705d1c96395f5c900530b479904991d4ef71 AS base

ARG TARGETPLATFORM

Expand Down Expand Up @@ -50,7 +50,7 @@ EOF
# Install all CPAN Modules, needed from FHEM and standard modules
#

FROM perl:5.38.5-bookworm@sha256:eb58ca49c14fa1cd08116766a21a4030a9f8cd641aa0fe60fec957035668cf66 AS build-cpan
FROM perl:5.38.5-bookworm@sha256:c3b37d388216eee895378179fa6845dc9b2a7a4cb1b03ae692f71825c2f04496 AS build-cpan

ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# base layer with perl and some general preparations
#
FROM perl:5.38.5-slim-bullseye@sha256:80203e364dc3576d1e22637233b9de4709aaa8309186f5c20f07649327e1eedb AS base
FROM perl:5.38.5-slim-bullseye@sha256:1009c76f861ea5689e4493b460e800f9d66ec4bdc913493de389956d01b69a03 AS base

ARG TARGETPLATFORM

Expand Down Expand Up @@ -46,7 +46,7 @@ EOF
# Install all CPAN Modules, needed from FHEM and standard modules
#

FROM perl:5.38.5-bullseye@sha256:b741e64ea71289b31bf258d506a13f20b4cd9009b52a2cbad82a0c8e4fefb8ff AS build-cpan
FROM perl:5.38.5-bullseye@sha256:d2cdf77cdbfb7efcc8a89c46a47b4f882d681878cc42abc71c07d3c13ab38efd AS build-cpan

COPY cpanfile /usr/src/app/core/cpanfile
COPY scripts/export-installed-modules.pl /usr/local/bin/export-installed-modules.pl
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-threaded-bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# base layer with perl and some general preparations
#
FROM perl:5.38.5-slim-threaded-bookworm@sha256:b27608e210d854d8250d133c89440cbb765450ae02b41c6542ad719a6274a0e7 AS base
FROM perl:5.38.5-slim-threaded-bookworm@sha256:2f8f065bf3c309155e38dc9b4e802358f4d9d3f50fc93a5fd2b6226cfe1aaca5 AS base

ARG TARGETPLATFORM

Expand Down Expand Up @@ -50,7 +50,7 @@ EOF
# Install all CPAN Modules, needed from FHEM and standard modules
#

FROM perl:5.38.5-threaded-bookworm@sha256:ee1136857b88f34c87f0b7dbb7b9c5e9bc8d7697179a15f96f48afb59d24890b AS build-cpan
FROM perl:5.38.5-threaded-bookworm@sha256:5985deacee27f6c46cd912f9108e42892c24a3fa87db374bfab3dc52c5f11c81 AS build-cpan

ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-threaded-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# base layer with perl and some general preparations
#
FROM perl:5.38.5-slim-threaded-bullseye@sha256:40f61d379c917c455d1fa7258c6ed22941f30c497190567e79baa7fd6f2fa346 AS base
FROM perl:5.38.5-slim-threaded-bullseye@sha256:5bd84d0c244f394e1ffb0d37e2fb2d176c89422659045c56a01235b9e09dcd71 AS base

ARG TARGETPLATFORM

Expand Down Expand Up @@ -46,7 +46,7 @@ EOF
# Install all CPAN Modules, needed from FHEM and standard modules
#

FROM perl:5.38.5-threaded-bullseye@sha256:41e0889afaf241977aca3df8d65a0d78990cbf1c4775b62fb772abd700cce4b4 AS build-cpan
FROM perl:5.38.5-threaded-bullseye@sha256:d70e3b0372488ab55e429eec8d8a678f90a095b1842f59ee14cedd8027087ae9 AS build-cpan

COPY cpanfile /usr/src/app/core/cpanfile
COPY scripts/export-installed-modules.pl /usr/local/bin/export-installed-modules.pl
Expand Down
Loading