yuki: bump docker images

This commit is contained in:
notohh 2024-04-16 13:29:15 -04:00
parent 907828576b
commit 5b3baf634e
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ _: let
storagePath = "/home/notoh/docker/stash";
in {
virtualisation.oci-containers.containers.stash = {
image = "stashapp/stash@sha256:067b4b244c0521421ebcaca49ebd6f4a3e6d837336f22f52ded4e82db1ba8538"; # v0.25.0
image = "stashapp/stash@sha256:6b8814b61e4fe77bc910bec858dd45e0970c8af6f439c066317ae68f03af4f91"; # v0.25.0
ports = ["9999:9999"];
environment = {
STASH_STASH = "/data/";

View file

@ -1,6 +1,6 @@
_: {
virtualisation.oci-containers.containers.wallos = {
image = "bellamy/wallos@sha256:d0e81af82901854341da9000412ab480baf28b3461a89c87559400790cba9fa3"; #v 1.16.0
image = "bellamy/wallos@sha256:5df1e301c436d1c4eb2cb67d4a30100625af21b2d54a111586ee489597d4418b"; #v 1.20.2
ports = ["8282:80"];
volumes = [
"/home/notoh/docker/wallos/db:/var/www/html/db"