Skip to content

Commit

Permalink
chore(deps): update perl docker tag to v38 (#302)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| perl | final | major | `5.36.3-threaded-bullseye` ->
`5.38.2-threaded-buster` | `5.38.3-threaded-bullseye` (+11) |
| perl | stage | major | `5.36.3-slim-threaded-bullseye` ->
`5.38.2-threaded-buster` | `5.38.3-threaded-bullseye` (+11) |
| perl | final | major | `5.36.3-threaded-bookworm` ->
`5.38.2-threaded-buster` | `5.38.3-threaded-bullseye` (+11) |
| perl | stage | major | `5.36.3-slim-threaded-bookworm` ->
`5.38.2-threaded-buster` | `5.38.3-threaded-bullseye` (+11) |
| perl | final | major | `5.36.3-bullseye` -> `5.38.2-threaded-buster` |
`5.38.3-threaded-bullseye` (+11) |
| perl | stage | major | `5.36.3-slim-bullseye` ->
`5.38.2-threaded-buster` | `5.38.3-threaded-bullseye` (+11) |
| perl | final | major | `5.36.3-bookworm` -> `5.38.2-threaded-buster` |
`5.38.3-threaded-bullseye` (+11) |
| perl | stage | major | `5.36.3-slim-bookworm` ->
`5.38.2-threaded-buster` | `5.38.3-threaded-bullseye` (+11) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/fhem/fhem-docker).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbXX0=-->
  • Loading branch information
sidey79 authored Feb 1, 2025
2 parents 2deb68c + 45140a9 commit d4c2c21
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.36.3-slim-bookworm@sha256:0cb396412dc716bf254656c0640170a76f1aa1f5cf398f760ecfa4caf2687d8d AS base
FROM perl:5.38.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 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.36.3-bookworm@sha256:9740ea2ef3fcdc1ec18f19a14525d72ec3d8b6f7a5e80e3cee697c673682d354 AS build-cpan
FROM perl:5.38.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 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.36.3-slim-bullseye@sha256:6c194133b4689d7225b7f24735d8ca4df4fa88f4f6339da77d14427924b1571d AS base
FROM perl:5.38.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 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@sha256:9ff0affe4d401612e05466ef66df9c0ceb9a70cd5a7737507f73a2479409ad2d AS build-cpan
FROM perl:5.38.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 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.36.3-slim-threaded-bookworm@sha256:cc9d376182359988e311cab5b41e35f018fc31ef30ca1beae2e5a553a008f15b AS base
FROM perl:5.38.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 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.36.3-threaded-bookworm@sha256:36ac64c8feda063cf7ae46a293cd9c36c77379ab8bb47b10db5395d15e17f470 AS build-cpan
FROM perl:5.38.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 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.36.3-slim-threaded-bullseye@sha256:50f8700d84e81bd46072ca6cb7fb5974baea1c729ece343ad108552079bd8afb AS base
FROM perl:5.38.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 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@sha256:109082710f0eff05d5263165abbe7ebcec11b126436a48d66a6f0740cdbffcc4 AS build-cpan
FROM perl:5.38.2-threaded-buster@sha256:7bd4b8ccb2436f2e145736cf47165f2c12e57661d447d1d0cde08d7df7b9c919 AS build-cpan

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

Expand Down

0 comments on commit d4c2c21

Please sign in to comment.