Pin typing-extensions for Dockerfile

This commit is contained in:
Jack Boswell 2022-09-12 15:35:52 +12:00 committed by GitHub
parent 2d35afd0da
commit 3deb015c0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ pip3 install \
six==1.15.0 msgpack==1.0.2 \
influxdb_client==1.24.0 rx==3.2.0 \
yagrc==1.1.1 grpcio-reflection==1.36.1 protobuf==3.15.6 \
typing-extensions>=4.3.0
typing-extensions==4.3.0
ADD . /app
WORKDIR /app