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:23968719977a76773f3d4605d108b39599c12a158463b5cabdaf570494536a80 AS base
FROM perl:5.38.5-slim-bookworm@sha256:71093c4dbc1fd895bee960560864b802645dd630f2f33e93a62d37eba59c33f6 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:1378fd56ee6571885a51f378dea3bb22608c77472a757b50f7ec7af158c240c1 AS build-cpan
FROM perl:5.38.5-bookworm@sha256:647ba60a835241b83eaf53edca4264ba94b68c33bd2681436c9d6b8968b17f26 AS build-cpan

ARG TARGETPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ EOF
# Install all CPAN Modules, needed from FHEM and standard modules
#

FROM perl:5.38.5-bullseye@sha256:570c69e07ff60e14a4fb2e9fdc8e3b858b6458971dc0af10ea3a44b76f610758 AS build-cpan
FROM perl:5.38.5-bullseye@sha256:bb6dcfac5c9eea140f036f73ff0e4d426f64c264dd4586d5d98120fba8392088 AS build-cpan

COPY cpanfile /usr/src/app/core/cpanfile

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:63198c3a2e56d3b815af9e4295e43f653c7231ff74428bd560ec43f104240280 AS base
FROM perl:5.38.5-slim-threaded-bookworm@sha256:d8d9bef4e7d3d3d030f2e6a3539da54a897a4a43e63c556cf0e81d02b912e736 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:a2f9b989eadf5831334511fdc7f97fb25bd8b5dea0f2343292b1814804d68cf7 AS build-cpan
FROM perl:5.38.5-threaded-bookworm@sha256:edb61cc21f7bd7f5cd1c2f41979c91559e9f3ace899756c7f893e5163dd83059 AS build-cpan

ARG TARGETPLATFORM

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-threaded-bullseye
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-bullseye@sha256:4baca7df242c409b56807ec9f3914d392d1fe64bedeb8c456139671649d085d1 AS base
FROM perl:5.38.5-slim-threaded-bullseye@sha256:ab885d1d75086eb49022c2f65c083e11d0828ee65419d452ea0457c0c1909e2d AS base

ARG TARGETPLATFORM

Expand Down Expand Up @@ -46,7 +46,7 @@ EOF
# Install all CPAN Modules, needed from FHEM and standard modules
#

FROM perl:5.38.5-threaded-bullseye@sha256:cfd682aaf38a42a315ca4a944c44d425d8f1ed2d05eb2a4f79a2d7de4e48c358 AS build-cpan
FROM perl:5.38.5-threaded-bullseye@sha256:af71e10bd35a25d7d4dcf1dd28b86dfb4c86dee6b6e0862703c90a20f51dc449 AS build-cpan

COPY cpanfile /usr/src/app/core/cpanfile

Expand Down
Loading