From fad173c83e5e600510d04a634b46983f13f68cf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:16:09 +0000 Subject: [PATCH] :arrow_up: Bump lambda/python from `0a3d34a` to `f5308d1` Bumps lambda/python from `0a3d34a` to `f5308d1`. --- 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 46a5d56..c9c561d 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:0a3d34a8310dc339ea7afeb64725df5685da2e6f335dc9287cbc0cddc4a159f2 +FROM public.ecr.aws/lambda/python:3.12@sha256:f5308d146329323f72af229ad795c1f7433b63953697997bfd9b7fb6871d2b97 LABEL org.opencontainers.image.vendor="Ministry of Justice" \ org.opencontainers.image.authors="Analytical Platform (analytical-platform@digital.justice.gov.uk)" \