Skip to content

Commit

Permalink
chore(deps): update perl docker tag to v5.38.3-slim-threaded-bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent d4c2c21 commit 9ebab6e
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-slim-threaded-bullseye@sha256:72808af212d6209f3db5a80bc804d9bd6df902dd0990be21a726f0ff236ef7cd 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-slim-threaded-bullseye@sha256:72808af212d6209f3db5a80bc804d9bd6df902dd0990be21a726f0ff236ef7cd 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-slim-threaded-bullseye@sha256:72808af212d6209f3db5a80bc804d9bd6df902dd0990be21a726f0ff236ef7cd 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-slim-threaded-bullseye@sha256:72808af212d6209f3db5a80bc804d9bd6df902dd0990be21a726f0ff236ef7cd 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-slim-threaded-bullseye@sha256:72808af212d6209f3db5a80bc804d9bd6df902dd0990be21a726f0ff236ef7cd 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-slim-threaded-bullseye@sha256:72808af212d6209f3db5a80bc804d9bd6df902dd0990be21a726f0ff236ef7cd 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-slim-threaded-bullseye@sha256:72808af212d6209f3db5a80bc804d9bd6df902dd0990be21a726f0ff236ef7cd 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-slim-threaded-bullseye@sha256:72808af212d6209f3db5a80bc804d9bd6df902dd0990be21a726f0ff236ef7cd AS build-cpan

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

Expand Down

0 comments on commit 9ebab6e

Please sign in to comment.