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
2 changes: 1 addition & 1 deletion Dockerfile-bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ EOF
# Install all CPAN Modules, needed from FHEM and standard modules
#

FROM perl:5.38.5-bookworm@sha256:ed7091340116c5e27067bef55729f33ed885e3231dbbf65da0ad6ac88a802001 AS build-cpan
FROM perl:5.38.5-bookworm@sha256:dc7b25a3223ecab0c92df75401ab21ee9f1e3fdc8532746018665afacfd40281 AS build-cpan

ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-threaded-bookworm
Original file line number Diff line number Diff line change
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:e054b3b3a676ca9906b6c5d5ce25786a61238b72027394cd6d5adecdcc58af69 AS build-cpan
FROM perl:5.38.5-threaded-bookworm@sha256:f08eed3c46578e4a98ac2a38c500430be95a88e3095518ba373c0984a59b2626 AS build-cpan

ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down
Loading