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:d62a04a367850ece58e31db6037433c2ef968861269d8f910b4bdad2c77bc06a AS base
FROM perl:5.38.5-slim-bookworm@sha256:23968719977a76773f3d4605d108b39599c12a158463b5cabdaf570494536a80 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:653b0d0d63b78dc7be7b0e858d22d1a5aa5070a2376bf16bd44b0ac43794647e AS base
FROM perl:5.38.5-slim-bullseye@sha256:367f836392cb4f0c27412ea0e8db20b0a56712f6f4acb149f562e2cd9ac37e7b 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:e8dd25274f0c56a06f330e04ef7e31d36720a0a80c3c4196a05b582f2dee2a04 AS base
FROM perl:5.38.5-slim-threaded-bookworm@sha256:63198c3a2e56d3b815af9e4295e43f653c7231ff74428bd560ec43f104240280 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:d3d4e892c8c2cbeadadcc05d31ae314c7c97ea241fcb81bc29c31f7a69ba2706 AS base
FROM perl:5.38.5-slim-threaded-bullseye@sha256:4baca7df242c409b56807ec9f3914d392d1fe64bedeb8c456139671649d085d1 AS base

ARG TARGETPLATFORM

Expand Down
Loading