From 55ec93d6e92b52e087867c3a09a0d1f6b2705d69 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 16 Apr 2024 13:29:41 -0400 Subject: [PATCH] sora: bump docker images --- hosts/sora/services/glances.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sora/services/glances.nix b/hosts/sora/services/glances.nix index 1554a0e..7380c64 100644 --- a/hosts/sora/services/glances.nix +++ b/hosts/sora/services/glances.nix @@ -1,6 +1,6 @@ _: { virtualisation.oci-containers.containers.glances = { - image = "nicolargo/glances"; + image = "nicolargo/glances@sha256:b6908ea9d3dcb99d82114bc5fb6fc3b4ae515025427f96cc9125609c11f46651"; #v3.4.0.5 ports = ["61208-61209:61208-61209"]; volumes = ["/var/run/docker.sock:/var/run/docker.sock"]; environment = {