소스 검색

Merge pull request #146 from cschug/upgrade_influxdb

chore: upgrade InfluxDB 2.7.1 -> 2.7.5
Christian Lempa 2 년 전
부모
커밋
3b1e2b29aa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker-compose/influxdb/docker-compose.yaml

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

@@ -8,7 +8,7 @@ volumes:
 services:
   influxdb:
     container_name: influxdb
-    image: influxdb:2.7.1-alpine
+    image: influxdb:2.7.5-alpine
     # (Optional) remove this section when using traefik
     ports:
       - '8086:8086'