Skip to content

Commit

Permalink
chore(deps): update perl docker tag to v5.38.3-threaded-bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2025
1 parent d4c2c21 commit 61248aa
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.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 AS base
FROM perl:5.38.3-threaded-bullseye@sha256:60fadebc9eb8dc36fa120779621bf9baa7d2bfc40050fda6c6ee604eb5006e47 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.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 AS build-cpan
FROM perl:5.38.3-threaded-bullseye@sha256:60fadebc9eb8dc36fa120779621bf9baa7d2bfc40050fda6c6ee604eb5006e47 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.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 AS base
FROM perl:5.38.3-threaded-bullseye@sha256:60fadebc9eb8dc36fa120779621bf9baa7d2bfc40050fda6c6ee604eb5006e47 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.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 AS build-cpan
FROM perl:5.38.3-threaded-bullseye@sha256:60fadebc9eb8dc36fa120779621bf9baa7d2bfc40050fda6c6ee604eb5006e47 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.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 AS base
FROM perl:5.38.3-threaded-bullseye@sha256:60fadebc9eb8dc36fa120779621bf9baa7d2bfc40050fda6c6ee604eb5006e47 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.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 AS build-cpan
FROM perl:5.38.3-threaded-bullseye@sha256:60fadebc9eb8dc36fa120779621bf9baa7d2bfc40050fda6c6ee604eb5006e47 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.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 AS base
FROM perl:5.38.3-threaded-bullseye@sha256:60fadebc9eb8dc36fa120779621bf9baa7d2bfc40050fda6c6ee604eb5006e47 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.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 AS build-cpan
FROM perl:5.38.3-threaded-bullseye@sha256:60fadebc9eb8dc36fa120779621bf9baa7d2bfc40050fda6c6ee604eb5006e47 AS build-cpan

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

Expand Down

0 comments on commit 61248aa

Please sign in to comment.