Skip to content

Commit

Permalink
:dependabot: docker(deps): Bump lambda/python from 5f04a5e to bf65727 (#7)
Browse files Browse the repository at this point in the history
:dependabot: docker(deps): Bump lambda/python

Bumps lambda/python from `5f04a5e` to `bf65727`.

---
updated-dependencies:
- dependency-name: lambda/python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent f0b6893 commit 0f3096a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#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:5f04a5e231d238774b62a4900bcf7927838811047600583272d590956bbec940
FROM public.ecr.aws/lambda/python:3.12@sha256:bf65727dd64fa8cbe9ada6a6c29a3fa4f248c635599e770366f8ac21eef36630

LABEL org.opencontainers.image.vendor="Ministry of Justice" \
org.opencontainers.image.authors="Observability Platform (observability-platform@digital.justice.gov.uk)" \
Expand Down

0 comments on commit 0f3096a

Please sign in to comment.