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 perl:5.38.3-threaded-bullseye docker digest to #305

Merged
merged 1 commit into from
Feb 25, 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.38.3-slim-bookworm@sha256:df1b31ed6c8bae1e3505da6e656ff466d330bf66d84976c3aca3b63a5af04afe AS base
FROM perl:5.38.3-slim-bookworm@sha256:1840d923152f6224e104dd3ab0dc925604b292754bf6e2dca2e12b7fb986bb9e 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.3-bookworm@sha256:4457c337e4b559d3f35806ebbaaca7e49d0f22c1053d6f47e6deaa119deda602 AS build-cpan
FROM perl:5.38.3-bookworm@sha256:504647e04ef35158f6cd2fab9188bac8e27b358cfc283bd669b37d999f2a473b 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.3-slim-bullseye@sha256:3c7aed4def9fea9fbcf5c6b82b4cc60f1c7cd1c4eabd85771d8d14a1ed1b4eea AS base
FROM perl:5.38.3-slim-bullseye@sha256:a5168d256146ec4c50ebf3c58587ab17ccd62fb193c9e12247800175ffbe4344 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.3-bullseye@sha256:dc47b9a17bcd9952a4b15a3251868d6dadbe5288839a3245fa5a4e23c6acd9ce AS build-cpan
FROM perl:5.38.3-bullseye@sha256:4f9ca0f649f7ecd0f8f35c66f63eee56889e6634779c6e87b52a50727ecb1d96 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.3-slim-threaded-bookworm@sha256:ee6169214ec4093344cf13c417b7228f60379563e4a1a483e27c68aab3732abe AS base
FROM perl:5.38.3-slim-threaded-bookworm@sha256:6c3bea3a9484123144d13c22dc47ce9765a37e2a355acd78827df12166005846 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.3-threaded-bookworm@sha256:dc5fe75e6a1e8cfe1d05fd4838ec491bfa60b8cad870b8c5bcdac658cf049a2e AS build-cpan
FROM perl:5.38.3-threaded-bookworm@sha256:ed3be9c93056e1d7c08ab9468e91e10c37ae6514a17a868784f3a26652d317a9 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.3-slim-threaded-bullseye@sha256:72808af212d6209f3db5a80bc804d9bd6df902dd0990be21a726f0ff236ef7cd AS base
FROM perl:5.38.3-slim-threaded-bullseye@sha256:6bc44a6d58412848a0cc0e51ac20b8fca597c0274d03604efe3c14a67d37dd21 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.3-threaded-bullseye@sha256:60fadebc9eb8dc36fa120779621bf9baa7d2bfc40050fda6c6ee604eb5006e47 AS build-cpan
FROM perl:5.38.3-threaded-bullseye@sha256:92b126e0553c23bde0f44407124029f5e39a7bd71d786a89e78de6e8960813ab AS build-cpan

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

Expand Down
Loading