소스 검색

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

Christoph Schug 10 달 전
부모
커밋
ce18d4feaf
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.11-alpine
+    image: docker.io/library/influxdb:2.7.12-alpine
     # (Optional) remove this section when using traefik
     ports:
       - '8086:8086'