diff --git a/samples/document-explorer/client_app/Dockerfile b/samples/document-explorer/client_app/Dockerfile index 0193782..a1e42d4 100644 --- a/samples/document-explorer/client_app/Dockerfile +++ b/samples/document-explorer/client_app/Dockerfile @@ -1,5 +1,5 @@ #syntax=docker/dockerfile:1.4 -FROM public.ecr.aws/docker/library/python@sha256:589ed6659c0e4aac182f309131cd35e85452d21072570b1f6abc45b7687093a3 +FROM public.ecr.aws/docker/library/python@sha256:884da97271696864c2eca77c6362b1c501196d6377115c81bb9dd8d538033ec3 RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y install procps && apt-get clean && rm -rf /var/lib/apt/lists/*