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:cd0e85646dd64cb64af826eea3ac55a05d0a933e09c11178c22c1b42b10df70d AS base
FROM perl:5.38.5-slim-bookworm@sha256:b581eee7b368ef26cc9332adba047e382f2be5291431b82ed6f2f67dc0c8170e 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:f9659f254c35ab4f4506f5669ca7838a524676ab73df716bbef98148966b9dd0 AS base
FROM perl:5.38.5-slim-threaded-bookworm@sha256:6c87083937c30c254ab61a9b88447bb6510383a0a33e47148777187ab492010c AS base

ARG TARGETPLATFORM

Expand Down
Loading