From 3876aea96c9e38621e5f91fcae85aae0bcb528f6 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Mon, 12 Feb 2024 23:53:53 +0500 Subject: [PATCH] feat: bump my website to v0.5.0 --- nixos/programs/comfycamp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/programs/comfycamp.nix b/nixos/programs/comfycamp.nix index f21a2b2..5578f3d 100644 --- a/nixos/programs/comfycamp.nix +++ b/nixos/programs/comfycamp.nix @@ -2,7 +2,7 @@ { virtualisation.oci-containers.containers.comfycamp = { autoStart = true; - image = "ghcr.io/ordinary-dev/comfycamp:v0.4.0"; + image = "ghcr.io/ordinary-dev/comfycamp:v0.5.0"; ports = ["55007:80"]; }; }