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:51f016bd1c2df5249920677f9a69c090fff4ac87b6800d78adf042d423dc0b24 AS build-cpan
FROM perl:5.38.5-bookworm@sha256:5cf2a9c0f2e1bc2aa72489bb6ca33001489425223583f0913bee895ccb468502 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:a3a6595c9bed35a8282861c1dc556caeaafdc8ac8418ee09a9d5fa0c09645d10 AS build-cpan
FROM perl:5.38.5-threaded-bookworm@sha256:15b80cbcbf0883842002b9b85ae365313066d358b1869ef0562d73adb3bef345 AS build-cpan

ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down
Loading