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