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:d562b4c965a97a96bae2951da90b5e6cef3a7a70c447184a052c34e9e14356de AS base
FROM perl:5.38.5-slim-bookworm@sha256:cd0e85646dd64cb64af826eea3ac55a05d0a933e09c11178c22c1b42b10df70d 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:e4870fa14166d297038e224a616424a2735346d4acf9e0ce695d8288c3c26cb6 AS build-cpan
FROM perl:5.38.5-bookworm@sha256:2cbbde0f2a68fc7380f5ad623823347d3e21d6f70b8bb41cca37a13922a7b46d AS build-cpan

ARG TARGETPLATFORM

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-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-bullseye@sha256:e20d0f6fc68301ba013389b5d63e5d0cb664350aee5087d4fcf4b3ccab366b39 AS base
FROM perl:5.38.5-slim-bullseye@sha256:a77b5b1234fce458d0db3b3db30848448d4f5581897be97854ec28b49f8a2268 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-bullseye@sha256:c424449b1fa38ce15a5ce93b2f12cc543dd4b811941c78ab34719976a1719e06 AS build-cpan
FROM perl:5.38.5-bullseye@sha256:d2ee83b1e9203798bd6b2121384f3ad75ec65494de4b2b1340e41625bf471209 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:164bc2af7600daab704b13ea38183748440ff414bc7bc611aaeba24c3448c853 AS base
FROM perl:5.38.5-slim-threaded-bookworm@sha256:f9659f254c35ab4f4506f5669ca7838a524676ab73df716bbef98148966b9dd0 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:3829adf6a12a5b94463ce5004057462a572c725cc310bad864ba21a9d8f7fbf7 AS build-cpan
FROM perl:5.38.5-threaded-bookworm@sha256:4ca863c94e142831034bf21c33d67fa532bf6903980d50a84da308213bbcee8f 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:4cdd60f02c0441712d429947bde6ca4fb81d885ac2557081553d923586c3217a AS base
FROM perl:5.38.5-slim-threaded-bullseye@sha256:975c92f8c7f41d038fa79598bcc9f2b0720c26c6b4c0157c8dfb998fed813e65 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:c0d61433e5c638898e59766f8105d883f97d5c0ccf213dd86bdd45e4ed5c609d AS build-cpan
FROM perl:5.38.5-threaded-bullseye@sha256:aec45e693936ed10e88888dd156d856263251cc3c238c64ae80bf885a1acf43c AS build-cpan

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

Expand Down
Loading