We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3975c commit abae757Copy full SHA for abae757
samples/document-explorer/client_app/Dockerfile
@@ -1,5 +1,5 @@
1
#syntax=docker/dockerfile:1.4
2
-FROM public.ecr.aws/docker/library/python@sha256:bc78d3c007f86dbb87d711b8b082d9d564b8025487e780d24ccb8581d83ef8b0
+FROM public.ecr.aws/docker/library/python@sha256:220d07595f288567bbf07883576f6591dad77d824dce74f0c73850e129fa1f46
3
4
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y install procps && apt-get clean && rm -rf /var/lib/apt/lists/*
5
0 commit comments