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:e84727684b38510365454bf85bd6e9e1fb4508ee713c927ba17a1650a999fc41 AS base
FROM perl:5.38.5-slim-bookworm@sha256:f7596b39499013cadc19dbc7922c5da5f45d9640b22022d22bb9a4ef1360c8ee 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:5967a1b238f9e478f83927c76408edf272bc887c2f31048bed484bb66ffc8a77 AS build-cpan
FROM perl:5.38.5-bookworm@sha256:34cdea6df9a2a0efb9b0f0b7cd6c6488a199d8262559bbba05e6098c3a1180e7 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:bacf7f40fb203a68a38586f1bf55134effc519dcbc7acc6bf686748006183a3a AS base
FROM perl:5.38.5-slim-threaded-bookworm@sha256:294d68c396aded7abdab186b8b840731e86d2caf2ebca0b29ff41f8c0dd4fcae 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:96de67b6650c800e9ffb752e35c94b3bf8f237420f5c3c686b6119da580d4231 AS build-cpan
FROM perl:5.38.5-threaded-bookworm@sha256:65edf6b9d58ca34d4b291dbbbd7350149aa86c216628f7a2b3966fcd46f1df45 AS build-cpan

ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down
Loading