Update the yagrc package version for Docker image
This should have gone in with change c35588d01f
, but I forgot that the Docker config has a separate list of package versions so they can be pinned to specific version numbers, instead of just specifying a minimum.
This commit is contained in:
parent
f11b826684
commit
46c8604dfc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pip3 install \
|
|||
influxdb==5.3.1 python-dateutil==2.8.1 pytz==2021.1 requests==2.25.1 \
|
||||
certifi==2020.12.5 chardet==4.0.0 idna==2.10 urllib3==1.26.4 \
|
||||
six==1.15.0 msgpack==1.0.2 \
|
||||
yagrc==1.1.0 grpcio-reflection==1.36.1 protobuf==3.15.6
|
||||
yagrc==1.1.1 grpcio-reflection==1.36.1 protobuf==3.15.6
|
||||
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in a new issue