Skip to content

Commit 52a56f9

Browse files
chore(deps): update perl docker tag to v5.38.2
1 parent acb7771 commit 52a56f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile-bullseye

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# base layer with perl and some general preparations
44
#
5-
FROM perl:5.36.3-slim-bullseye as base
5+
FROM perl:5.38.2-slim-bullseye@sha256:4bf687065631e6d1b5ee692c55731002b15386b8d53f3dc0d1e63d76f753a842 as base
66

77
ARG TARGETPLATFORM
88

@@ -46,7 +46,7 @@ EOF
4646
# Install all CPAN Modules, needed from FHEM and standard modules
4747
#
4848

49-
FROM perl:5.36.3-bullseye as build-cpan
49+
FROM perl:5.38.2-bullseye@sha256:8c293d18128d6ec94cc2a253d732d762e9df76dbca1cbc285253d7b6dc4874cd as build-cpan
5050

5151
COPY cpanfile /usr/src/app/core/cpanfile
5252

Dockerfile-threaded-bullseye

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# base layer with perl and some general preparations
44
#
5-
FROM perl:5.36.3-slim-threaded-bullseye as base
5+
FROM perl:5.38.2-slim-threaded-bullseye@sha256:df459f8b1ab5bf259562b681435b21330734e6646bd260c6114b8a41f723b411 as base
66

77
ARG TARGETPLATFORM
88

@@ -46,7 +46,7 @@ EOF
4646
# Install all CPAN Modules, needed from FHEM and standard modules
4747
#
4848

49-
FROM perl:5.36.3-threaded-bullseye as build-cpan
49+
FROM perl:5.38.2-threaded-bullseye@sha256:0112bb0c83ec455a907c5f8403d152d2f7ef0443d7e732ec689c3bdff52e6b50 as build-cpan
5050

5151
COPY cpanfile /usr/src/app/core/cpanfile
5252

0 commit comments

Comments
 (0)