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:0e90d494667bbe00c2f98efd39ca705d1c96395f5c900530b479904991d4ef71 AS base
FROM perl:5.38.5-slim-bookworm@sha256:4efc7e9098eb1341415ffb05413b3d1e09bad4d79bfe630a9b6f0978acdc47c0 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:c3b37d388216eee895378179fa6845dc9b2a7a4cb1b03ae692f71825c2f04496 AS build-cpan
FROM perl:5.38.5-bookworm@sha256:51f016bd1c2df5249920677f9a69c090fff4ac87b6800d78adf042d423dc0b24 AS build-cpan

ARG TARGETPLATFORM
ARG TARGETARCH
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:2f8f065bf3c309155e38dc9b4e802358f4d9d3f50fc93a5fd2b6226cfe1aaca5 AS base
FROM perl:5.38.5-slim-threaded-bookworm@sha256:3cdc1c605ef5d0d13c16c2be3d26c9700eee6c1895d9854434c9a9fd3abf7975 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:5985deacee27f6c46cd912f9108e42892c24a3fa87db374bfab3dc52c5f11c81 AS build-cpan
FROM perl:5.38.5-threaded-bookworm@sha256:a3a6595c9bed35a8282861c1dc556caeaafdc8ac8418ee09a9d5fa0c09645d10 AS build-cpan

ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down
Loading