Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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.38.5-slim-bookworm@sha256:2245a86c74a5486344713b749b2e3a964b224a58ab8dfe962dabe6d8d1ccac99 AS base
FROM perl:5.38.5-slim-bookworm@sha256:58580d145284d19fd7131a1833c970084cfb1ff521d2d2b41ac7fff8e193b415 AS base

ARG TARGETPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion 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.38.5-slim-bullseye@sha256:3c1e908ba6845671e028e5a47b009608048341dfec7dc98af3a5f19fd6b3e576 AS base
FROM perl:5.38.5-slim-bullseye@sha256:8b02b6e7cf06550a1cbe179cd6a508dc87400a2f2dc82bbd80792527fb7badb0 AS base

ARG TARGETPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion 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.38.5-slim-threaded-bookworm@sha256:3fad0850605e1fd39b4d8f43e7c06e80a381e35b7d47dbc6fe9d6c10e851b7a1 AS base
FROM perl:5.38.5-slim-threaded-bookworm@sha256:223962f3583492bf4043d97b247755663047a99034fb8ce82ea5ce92910072d5 AS base

ARG TARGETPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion 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.38.5-slim-threaded-bullseye@sha256:fbc811e2e46cff532a04200611e38799cbbee445bee3e12e8bacc54b2ba2ecec AS base
FROM perl:5.38.5-slim-threaded-bullseye@sha256:74e42b6a79c570af08a91e8baed0ae7fe8d04fe181bee0bec676796f75872dda AS base

ARG TARGETPLATFORM

Expand Down
Loading