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 the lambda dockerfile to use al2023 #291

Merged
merged 1 commit into from
Jul 4, 2024
Merged
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
4 changes: 2 additions & 2 deletions Dockerfile.lambda
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM public.ecr.aws/lambda/provided:al2
FROM public.ecr.aws/lambda/provided:al2023@sha256:aff4e78700670b95765d5a42a3c318e72bac2500cdc57db4d0e53bdb4536fb4e

RUN yum install -y unzip wget && \
RUN dnf install -y unzip wget && \
wget "https://github.com/buildkite/buildkite-agent-metrics/releases/latest/download/handler.zip" && \
unzip handler.zip && rm -f handler.zip

Expand Down