yuki: pin dashdot / kanboard

This commit is contained in:
notohh 2023-06-16 02:22:36 -04:00
parent 61dc576990
commit 30e6526b7d
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{...}: {
virtualisation.oci-containers.containers.dashdot = {
image = "mauricenino/dashdot";
image = "mauricenino/dashdot:sha-207b2df";
ports = [
"4000:3001"
];

View file

@ -1,6 +1,6 @@
_: {
virtualisation.oci-containers.containers.kanboard = {
image = "kanboard/kanboard";
image = "kanboard/kanboard:v1.2.30";
ports = [
"8080:80"
];