From 475ac09bb1bfb84a8eb7fd90650b3884f09bf8ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:52:39 +0000 Subject: [PATCH] Bump lambda/python from `e0eed1c` to `a9852e8` Bumps lambda/python from `e0eed1c` to `a9852e8`. --- updated-dependencies: - dependency-name: lambda/python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a613e02..bd43054 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ #checkov:skip=CKV_DOCKER_2: HEALTHCHECK not required - AWS Lambda does not support HEALTHCHECK #checkov:skip=CKV_DOCKER_3: USER not required - A non-root user is used by AWS Lambda -FROM public.ecr.aws/lambda/python:3.12@sha256:e0eed1c4a447cfadac34369181090b9d5616d52f385959e08c4e8f942a668a5d +FROM public.ecr.aws/lambda/python:3.12@sha256:a9852e85c0ab8baca42cfb7835de0d47acb8ae099fd3b90f2c574aa219cdc234 LABEL org.opencontainers.image.vendor="Ministry of Justice" \ org.opencontainers.image.authors="Analytical Platform (analytical-platform@digital.justice.gov.uk)" \