Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update perlimagesmajor #293

Merged
merged 1 commit into from
Jan 19, 2025
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.36.3-slim-bookworm AS base
FROM perl:5.36.3-slim-bookworm@sha256:0cb396412dc716bf254656c0640170a76f1aa1f5cf398f760ecfa4caf2687d8d 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.36.3-bookworm AS build-cpan
FROM perl:5.36.3-bookworm@sha256:9740ea2ef3fcdc1ec18f19a14525d72ec3d8b6f7a5e80e3cee697c673682d354 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.36.3-slim-bullseye@sha256:b1e1930cd1377c8db81226d3c65e7bd825f0c9f08b7daa838992692c8504dc19 AS base
FROM perl:5.36.3-slim-bullseye@sha256:6c194133b4689d7225b7f24735d8ca4df4fa88f4f6339da77d14427924b1571d 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@sha256:4edb499288f40881a320dd95df1fa6656991226f67b9131818b0c785c97faa31 AS build-cpan
FROM perl:5.36.3-bullseye@sha256:9ff0affe4d401612e05466ef66df9c0ceb9a70cd5a7737507f73a2479409ad2d 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.36.3-slim-threaded-bookworm AS base
FROM perl:5.36.3-slim-threaded-bookworm@sha256:cc9d376182359988e311cab5b41e35f018fc31ef30ca1beae2e5a553a008f15b 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.36.3-threaded-bookworm AS build-cpan
FROM perl:5.36.3-threaded-bookworm@sha256:36ac64c8feda063cf7ae46a293cd9c36c77379ab8bb47b10db5395d15e17f470 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.36.3-slim-threaded-bullseye@sha256:51d5c5c317a508676d6e0790a1a8b9fc2d17c1def80e67b297b3ae91bd19ba89 AS base
FROM perl:5.36.3-slim-threaded-bullseye@sha256:50f8700d84e81bd46072ca6cb7fb5974baea1c729ece343ad108552079bd8afb 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@sha256:b975af4332429b522c3b848bcf2a1c99b2b1b7355a796359810313956b3a7e5d AS build-cpan
FROM perl:5.36.3-threaded-bullseye@sha256:109082710f0eff05d5263165abbe7ebcec11b126436a48d66a6f0740cdbffcc4 AS build-cpan

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

Expand Down
Loading