diff --git a/Dockerfile-bullseye b/Dockerfile-bullseye index f6a585f..23e85ee 100644 --- a/Dockerfile-bullseye +++ b/Dockerfile-bullseye @@ -2,7 +2,7 @@ # # base layer with perl and some general preparations # -FROM perl:5.36.3-slim-bullseye AS base +FROM perl:5.36.3-slim-bullseye@sha256:b1e1930cd1377c8db81226d3c65e7bd825f0c9f08b7daa838992692c8504dc19 AS base ARG TARGETPLATFORM @@ -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.36.3-bullseye@sha256:4edb499288f40881a320dd95df1fa6656991226f67b9131818b0c785c97faa31 AS build-cpan COPY cpanfile /usr/src/app/core/cpanfile @@ -148,7 +148,8 @@ RUN <