Pin python images to 3.7
rehash may have an issue with python 3.8 internals. Change-Id: I1a9c6150d74f6a646446b65a7456c73dc104fd9e
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM python:slim
|
||||
FROM python:3.7-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y dumb-init libjemalloc2 \
|
||||
|
Reference in New Issue
Block a user