From db5ecdb163de2b054af4a0228050509d83497a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:15:37 +0000 Subject: [PATCH] build(deps): bump lambda/provided from `1ca672d` to `976985a` Bumps lambda/provided from `1ca672d` to `976985a`. --- updated-dependencies: - dependency-name: lambda/provided dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile.lambda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.lambda b/Dockerfile.lambda index 2301b3f..ef05401 100644 --- a/Dockerfile.lambda +++ b/Dockerfile.lambda @@ -1,4 +1,4 @@ -FROM public.ecr.aws/lambda/provided:al2023@sha256:1ca672d2d06552f3c669114a1b3c6fac8b28bdc883345a81609507de5652e1fa +FROM public.ecr.aws/lambda/provided:al2023@sha256:976985a3491f48186d7c53eb42ec7a3bb4916271ed433b08ca6a031d80bfffab RUN dnf install -y unzip wget && \ wget "https://github.com/buildkite/buildkite-agent-metrics/releases/latest/download/handler.zip" && \