Skip to content

Commit

Permalink
chore(deps): update perl docker tag to v5.38.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent 90726b9 commit 75e15d5
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.2-slim-bullseye@sha256:7b42a9001658063c1184d489580b45086b1ac640aa11e4b9be1616fbdabcb8b4 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.2-bullseye@sha256:428931ecab854f1f2d1549d80c075c5e3fd34dadf2bb4e1a8fa5664a102f2a80 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.2-slim-threaded-bullseye@sha256:85fca5224f6c76be85271f11ab38c9d720b4515062303e5efe9f9f49727225fa 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.2-threaded-bullseye@sha256:2cfe712cadf4a6237669d566c892b25af5b52274688f0ce2f0bcbd83a9380b05 as build-cpan

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

Expand Down

0 comments on commit 75e15d5

Please sign in to comment.