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] authored Aug 29, 2024
1 parent 4a49eac commit fe83403
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:cd90ae98ec01b51bcc873c180ec47dd9253e93e8e811c03ecf18a29d5be50e1d 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:1c099320c9baeb2bd855e5c943652d832c1b931608ea57cf66c6eb92aeb6380f 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:31991f45e6e298966923674bf110516b83d58fe2f7ec6c6d3244352543c566ed 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:9e4f912d920e0f3e3841c6a064650a9bc8639023b1737a0eec30ee0e6b909aca AS build-cpan

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

Expand Down

0 comments on commit fe83403

Please sign in to comment.