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:5dfbab5e88a27e8de8f0232f702f661b1cf5e015eeec39b1f1f4190853e9d007 AS base
FROM perl:5.38.5-slim-bookworm@sha256:e5182f6a77e906caaa7ea9ea852179422b4da7472ecb5f3bac0cf27a05895c20 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:485acb4f0e6a0f4b4dbab39949cc2cbf9e90a9a0f3e01bd297122a619f665a22 AS build-cpan
FROM perl:5.38.5-bookworm@sha256:ef32a69b7e978d721f0253e1fb1aef1fb971d5a2fb3029f3806cb72ff0b3af62 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:fad62333b7b44c47a0e76986c4427de0d237c1ee40eb64f78a7df3b2c131092c AS base
FROM perl:5.38.5-slim-threaded-bookworm@sha256:d95846f8c582206e9bea833204df083e3ea600ba9b8ce3096f57098b13cc803f 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:6de8815be0bd1210477af1aaf6074fc5649c0fcc70003ee6001b2e6a6005173c AS build-cpan
FROM perl:5.38.5-threaded-bookworm@sha256:54792428c5a445b3dc1b6e2d9fac91decc2168514f71660d7f1260a1ea109b15 AS build-cpan

ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down
Loading