Skip to content

Commit

Permalink
chore(deps): update perlimagesminor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 28, 2024
1 parent 20d2bdc commit 371ca97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.36.3-slim-bullseye as base
FROM perl:5.38.2-slim-bullseye@sha256:30cfeaa7c76cde5a36d9b992246c4900d368081973c778ad41bce8e2f8dffdc9 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.36.3-bullseye as build-cpan
FROM perl:5.40.0-bullseye@sha256:4e60640a74dc862c6b32b397f48da19701e5c14de5c4d9d7d27ba0fc9a2963ee as build-cpan

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

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.36.3-slim-threaded-bullseye as base
FROM perl:5.40.0-slim-threaded-bullseye@sha256:f993b6821eab000a00662e5cc0554d1dd9fb38d2410b4c9abad340f9c2069c72 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.36.3-threaded-bullseye as build-cpan
FROM perl:5.40.0-threaded-bullseye@sha256:6c1c85ee8bc586ebd5c7b6f131546193134d99882d0e29dc2e3bc7652e4a31d0 as build-cpan

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

Expand Down

0 comments on commit 371ca97

Please sign in to comment.