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:f7596b39499013cadc19dbc7922c5da5f45d9640b22022d22bb9a4ef1360c8ee AS base
FROM perl:5.38.5-slim-bookworm@sha256:46bd348ba48680f406de3fc3c8ecaa3581fca6344def617ef2501c74a982a136 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:071a81e31d7d8e11574b576cf94eb1365253498471cb0aa8d2d31906942607cc AS base
FROM perl:5.38.5-slim-bullseye@sha256:31691a53a9b633b2ef8fb76ce4fe06e581932eb30ef6d34f1126f900031b75b2 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:294d68c396aded7abdab186b8b840731e86d2caf2ebca0b29ff41f8c0dd4fcae AS base
FROM perl:5.38.5-slim-threaded-bookworm@sha256:7222966724f6a97269def06cd68922791715ba4769b2af9e2e879debb4723ad3 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:ecd3d658ebb056af6db9bc022277cbd300595e5e82b569bd187b75d8da895b46 AS base
FROM perl:5.38.5-slim-threaded-bullseye@sha256:fd90d816620bf27c9e79a929a5ddf10e395c431640fdabe4d20a97b25c4b5623 AS base

ARG TARGETPLATFORM

Expand Down
Loading