From 46c8604dfceef5dd2c7ab7fb9c2ed4a01b7da6eb Mon Sep 17 00:00:00 2001 From: sparky8512 <76499194+sparky8512@users.noreply.github.com> Date: Mon, 8 Nov 2021 19:56:37 -0800 Subject: [PATCH] Update the yagrc package version for Docker image This should have gone in with change c35588d01fd9a0169a819a20c261702f07332c37, 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. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e85eb7..9dc9d72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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