Skip to content

Commit

Permalink
chore(deps): update perl docker tag to v5.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent 782b908 commit 368455e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.0-slim-bookworm@sha256:fe07a289601ecd7114a2bc3fc81478c59aecadf4cab30077c182078abd856175 AS base
FROM perl:5.40.0-slim-bookworm@sha256:20699dab8d5443b2cf8b0cc5547793ad6aef0bf5130bd164e55c8cd54e781571 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.0-bookworm@sha256:ef105e0be9064defabf1b8542ce101393510e55a91be5dbc40e661c17a9ff06a AS build-cpan
FROM perl:5.40.0-bookworm@sha256:1db72ddaca56c1abaeb58310c2f7eeb76c0328a06b7c0e464abaca7f19707c77 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.0-slim-bullseye@sha256:db16b1cb6e0932317e8e90adbbd3e693f886f12ec36c1ba7d0a8156820ab4f30 AS base
FROM perl:5.40.0-slim-bullseye@sha256:8b2aa86f0c228f7c49b43e7aafc64654806ca3d167eb4e4dfd4219dbd4638cac 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.0-bullseye@sha256:0e532e15d319b5140d7b81fe2f92f0dfb76e1ae071afd96647bd80955a3d4881 AS build-cpan
FROM perl:5.40.0-bullseye@sha256:41cdaf0e50468cf1dc1ccaeea13a44f6ee83b4f98a9ced0ac2d01e5adb319ce7 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.0-slim-threaded-bookworm@sha256:bd314171390bff02549487166ccb9ba97ca21878fd33d26ca0cbc44d46da542e AS base
FROM perl:5.40.0-slim-threaded-bookworm@sha256:a973d324ddb44eae92ef7c28ad8abec921077d85a233d607e0bb785612eafb7e 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.0-threaded-bookworm@sha256:6746ba516c485b54561aad9ec646b5922a73054a9e6d6519afc2ce9456b2bfe9 AS build-cpan
FROM perl:5.40.0-threaded-bookworm@sha256:df2640f744e51da939f72fe8b87f811bb1c5b105a3fc8828dbbfed77a1d3cd18 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.0-slim-threaded-bullseye@sha256:f8f63c3ff9db27f5b53171e3323bb996989ce83784c27581eee1b9092f9bf61f AS base
FROM perl:5.40.0-slim-threaded-bullseye@sha256:692debddb0f7edff59d424228e8fdc8a75e0c5e116b411e7c07fd1db037bdf50 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.0-threaded-bullseye@sha256:ee5a48a2d9dc34a2cdb8bf921be5ba3ab432802cc0cbd831cb23f956d3b47417 AS build-cpan
FROM perl:5.40.0-threaded-bullseye@sha256:f08aa713ac2774e60c818bb01f9fde7608b37201f950aabe595ad67045d78124 AS build-cpan

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

Expand Down

0 comments on commit 368455e

Please sign in to comment.