diff --git a/prometheus/2.49.1/.env.sample b/prometheus/2.50.0/.env.sample similarity index 100% rename from prometheus/2.49.1/.env.sample rename to prometheus/2.50.0/.env.sample diff --git a/prometheus/2.49.1/data.yml b/prometheus/2.50.0/data.yml similarity index 100% rename from prometheus/2.49.1/data.yml rename to prometheus/2.50.0/data.yml diff --git a/prometheus/2.49.1/data/prometheus.yml b/prometheus/2.50.0/data/prometheus.yml similarity index 100% rename from prometheus/2.49.1/data/prometheus.yml rename to prometheus/2.50.0/data/prometheus.yml diff --git a/prometheus/2.49.1/docker-compose.yml b/prometheus/2.50.0/docker-compose.yml similarity index 90% rename from prometheus/2.49.1/docker-compose.yml rename to prometheus/2.50.0/docker-compose.yml index 814f7a20c..ea67a861f 100644 --- a/prometheus/2.49.1/docker-compose.yml +++ b/prometheus/2.50.0/docker-compose.yml @@ -9,7 +9,7 @@ services: - "${PANEL_APP_PORT_HTTP}:9090" volumes: - "./data:/etc/prometheus" - image: prom/prometheus:v2.49.1 + image: prom/prometheus:v2.50.0 labels: createdBy: "Apps"