zrhoffman commented on code in PR #7463: URL: https://github.com/apache/trafficcontrol/pull/7463#discussion_r1178453232
########## infrastructure/cdn-in-a-box/traffic_stats/Dockerfile-influxdb: ########## @@ -17,6 +17,8 @@ FROM influxdb:1.7.3 +RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list + Review Comment: Ah okay. Does `influxdb:1.8.10` work? If not, we should at least be able to upgrade to `influxdb:1.7.11`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
