Skip to content

Commit 6a60c21

Browse files
chore(deps): update docker images: Bump docker/library/python
Bumps docker/library/python from `220d075` to `9255d19`. --- updated-dependencies: - dependency-name: docker/library/python dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc73e18 commit 6a60c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/document-explorer/client_app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#syntax=docker/dockerfile:1.4
2-
FROM public.ecr.aws/docker/library/python@sha256:220d07595f288567bbf07883576f6591dad77d824dce74f0c73850e129fa1f46
2+
FROM public.ecr.aws/docker/library/python@sha256:9255d1993f6d28b8a1cd611b108adbdfa38cb7ccc46ddde8ea7d734b6c845e32
33

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

0 commit comments

Comments
 (0)