Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update perlImagesPatch #221

Merged
merged 1 commit into from
Apr 24, 2024
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-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.36.3-bullseye@sha256:2e1158355a73f240a45b6db8088f929efadbb53f450ba117f2305c6bfb776c58 as base
FROM perl:5.36.3-bullseye@sha256:9b4231eb9335d431f3c115d7fd2d42d48fce3ebdc9f4157f4bdf3249737739c0 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.36.3-threaded-bullseye@sha256:43fda21f6046f8513160a1c14adba5de904467353adb81bd0e10697e914d1343 as base
FROM perl:5.36.3-threaded-bullseye@sha256:1d9d4500682ec2d8268a4caec0aa3cfc50fb0c2c93d38433dff2879dddc2d045 as base

ARG TARGETPLATFORM

Expand Down
Loading