From 190fece854154d77cce885b4b605aeff8040f340 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 17:26:07 +1000 Subject: [PATCH] feat(docker-image): update ghcr.io/twin/gatus docker tag to v5.9.0 (#85) | datasource | package | from | to | | ---------- | ------------------ | ------ | ------ | | docker | ghcr.io/twin/gatus | v5.8.0 | v5.9.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- nixos/modules/nixos/containers/gatus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/nixos/containers/gatus/default.nix b/nixos/modules/nixos/containers/gatus/default.nix index e704146..f9c135d 100644 --- a/nixos/modules/nixos/containers/gatus/default.nix +++ b/nixos/modules/nixos/containers/gatus/default.nix @@ -6,7 +6,7 @@ with lib; let app = "gatus"; - image = "ghcr.io/twin/gatus:v5.8.0@sha256:fecb4c38722df59f5e00ab4fcf2393d9b8dad9161db208d8d79386dc86da8a55"; + image = "ghcr.io/twin/gatus:v5.9.0@sha256:7eb33f6efa63047f77aa93893c821af831fd54c03ebb4dd3bc123997e55258bf"; user = "568"; #string group = "568"; #string port = 8080; #int