diff --git a/prometheus/2.51.2/.env.sample b/prometheus/2.52.0/.env.sample similarity index 100% rename from prometheus/2.51.2/.env.sample rename to prometheus/2.52.0/.env.sample diff --git a/prometheus/2.51.2/data.yml b/prometheus/2.52.0/data.yml similarity index 100% rename from prometheus/2.51.2/data.yml rename to prometheus/2.52.0/data.yml diff --git a/prometheus/2.51.2/data/prometheus.yml b/prometheus/2.52.0/data/prometheus.yml similarity index 100% rename from prometheus/2.51.2/data/prometheus.yml rename to prometheus/2.52.0/data/prometheus.yml diff --git a/prometheus/2.51.2/docker-compose.yml b/prometheus/2.52.0/docker-compose.yml similarity index 90% rename from prometheus/2.51.2/docker-compose.yml rename to prometheus/2.52.0/docker-compose.yml index 0f115ccdf..2d11faa7a 100644 --- a/prometheus/2.51.2/docker-compose.yml +++ b/prometheus/2.52.0/docker-compose.yml @@ -9,7 +9,7 @@ services: - "${PANEL_APP_PORT_HTTP}:9090" volumes: - "./data:/etc/prometheus" - image: prom/prometheus:v2.51.2 + image: prom/prometheus:v2.52.0 labels: createdBy: "Apps"