Skip to content

Commit

Permalink
chore(deps): update perl docker tag to v5.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 18, 2024
1 parent 9470968 commit 78e5a20
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.40.0-slim-bullseye@sha256:88c1983950e5cbe6ec1fefe1f7ea3e3a3de7e95acbf796922859fe0741e9577b 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:12e62755ce5d230411c4ef802a555b7ce851d9152e6c6812d455b322bcaa9a87 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:88367be4a97cdb4ab2eb14917988b429bbca871a489f9941aabf6b9e58f178ef 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:b7cd7712c849727c1fee60a5afbbabeaf1b9b1e44b1f20b42809057f7c661d29 as build-cpan

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

Expand Down

0 comments on commit 78e5a20

Please sign in to comment.