Skip to content

Commit

Permalink
chore(deps): update docker images: Bump docker/library/python
Browse files Browse the repository at this point in the history
Bumps docker/library/python from `9255d19` to `cea505b`.

---
updated-dependencies:
- dependency-name: docker/library/python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 75b2a15 commit 701653f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/document-explorer/client_app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#syntax=docker/dockerfile:1.4
FROM public.ecr.aws/docker/library/python@sha256:9255d1993f6d28b8a1cd611b108adbdfa38cb7ccc46ddde8ea7d734b6c845e32
FROM public.ecr.aws/docker/library/python@sha256:cea505b81701dd9e46b8dde96eaa8054c4bd2035dbb660edeb7af947ed38a0ad

RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y install procps && apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 701653f

Please sign in to comment.