Nix flake update; container version updates

This commit is contained in:
2024-12-25 18:59:40 -06:00
parent 029653476f
commit 60ca81f113
2 changed files with 12 additions and 12 deletions

View File

@ -94,7 +94,7 @@
};
softserve = {
image = "charmcli/soft-serve:v0.7.6";
image = "charmcli/soft-serve:v0.8.1";
ports = [
"23231:23231"
"23232:23232"
@ -125,7 +125,7 @@
};
vaultwarden = {
image = "vaultwarden/server:1.31.0";
image = "vaultwarden/server:1.32.7";
ports = [ "40080:80" ];
volumes = [
"/home/sezycei/srv/containerdata/bitwarden/data:/data"