Selaa lähdekoodia

chore: upgrade InfluxDB 2.7.1 -> 2.7.5

Christoph Schug 2 vuotta sitten
vanhempi
commit
48eb94f801
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'