Skip to content

Commit

Permalink
:dependabot: docker(deps): Bump lambda/python
Browse files Browse the repository at this point in the history
Bumps lambda/python from `cc52918` to `bbc480b`.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent 4bf97fb commit fa31006
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:cc5291811aa5dc859d25f8e12075f8c51d351edb5e00774e171b3e474bc455ad
FROM public.ecr.aws/lambda/python:3.12@sha256:465872145b433097dbffef5b77a03d506d851a7d0f4d84514b382cbacc01b52e

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 fa31006

Please sign in to comment.