From 59543457adeff2f63d10e49374165182278eb504 Mon Sep 17 00:00:00 2001 From: Rakesh Kumar Date: Sat, 3 Aug 2019 20:53:48 -0700 Subject: [PATCH] Update the pythonlib base image version (#17) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30fdff21a18a2..2ca65315f8f72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lyft/pythonlibrary:da49cb1d41a1bce9c284e5c8238eb3af0872c433 +FROM lyft/pythonlibrary:66d815e6ba03c9515c0c2273ecca13036015715d # add source to a different directory, the code root and the setup.py root # are at different locations than lyft conventions expect WORKDIR /src/beam