Преглед изворни кода

Merge pull request #376 from ChristianLempa/renovate/docker.io-library-influxdb-2.7.x

Christoph Schug пре 1 година
родитељ
комит
2d4f3ebb93
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docker-compose/influxdb/compose.yaml

+ 1 - 1
docker-compose/influxdb/compose.yaml

@@ -8,7 +8,7 @@ volumes:
 services:
   influxdb:
     container_name: influxdb
-    image: docker.io/library/influxdb:2.7.7-alpine
+    image: docker.io/library/influxdb:2.7.8-alpine
     # (Optional) remove this section when using traefik
     ports:
       - '8086:8086'