Skip to content

Commit

Permalink
chore(deps): update perl docker tag to v5.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent 90726b9 commit 475f757
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.38.0-slim-bullseye@sha256:db16b1cb6e0932317e8e90adbbd3e693f886f12ec36c1ba7d0a8156820ab4f30 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.38.0-bullseye@sha256:0e532e15d319b5140d7b81fe2f92f0dfb76e1ae071afd96647bd80955a3d4881 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.38.0-slim-threaded-bullseye@sha256:f8f63c3ff9db27f5b53171e3323bb996989ce83784c27581eee1b9092f9bf61f 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.38.0-threaded-bullseye@sha256:ee5a48a2d9dc34a2cdb8bf921be5ba3ab432802cc0cbd831cb23f956d3b47417 as build-cpan

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

Expand Down

0 comments on commit 475f757

Please sign in to comment.