Skip to content

Commit

Permalink
bump also test instance nixos version
Browse files Browse the repository at this point in the history
  • Loading branch information
cherusk committed Nov 24, 2023
1 parent 56a6e98 commit c4b7502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/infra/machines/nix/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
containers = {
prometheus-ss-exporter = {
autoStart = true;
image = "ghcr.io/cherusk/prometheus_ss_exporter:2.1.1";
image = "ghcr.io/cherusk/prometheus_ss_exporter:2.1.2";
environment = {
PORT = "8090";
CONFIG_FILE = "/etc/ss_exporter_config";
Expand Down Expand Up @@ -140,5 +140,5 @@

nixpkgs.config.allowUnfree = true;

system.nixos.version = "22.05";
system.nixos.version = "23.05";
}

0 comments on commit c4b7502

Please sign in to comment.