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 cc73e18 commit 6a60c21Copy full SHA for 6a60c21
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:220d07595f288567bbf07883576f6591dad77d824dce74f0c73850e129fa1f46
+FROM public.ecr.aws/docker/library/python@sha256:9255d1993f6d28b8a1cd611b108adbdfa38cb7ccc46ddde8ea7d734b6c845e32
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