Skip to content
Snippets Groups Projects

Update influxdb Docker tag to v2.7.1

Merged renovatebot requested to merge renovate/influxdb-2.x into master
Files
2
@@ -26,7 +26,7 @@ services:
influxdb:
image: influxdb:2.6.1
image: influxdb:2.7.1
restart: always
ports:
- "{{ int_ip4 }}:{{ influxdb_port }}:8086"
Loading