stash: bump version
This commit is contained in:
parent
821cc03cc3
commit
315e767bb9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ _: let
|
||||||
storagePath = "/home/notoh/docker/stash";
|
storagePath = "/home/notoh/docker/stash";
|
||||||
in {
|
in {
|
||||||
virtualisation.oci-containers.containers.stash = {
|
virtualisation.oci-containers.containers.stash = {
|
||||||
image = "stashapp/stash@sha256:6b8814b61e4fe77bc910bec858dd45e0970c8af6f439c066317ae68f03af4f91"; # v0.25.1
|
image = "stashapp/stash@sha256:7e71c17a2ce69305889bb3305b057929066c767037b2415a354f2b7dbeff6013"; # v0.26.2
|
||||||
ports = ["9999:9999"];
|
ports = ["9999:9999"];
|
||||||
environment = {
|
environment = {
|
||||||
STASH_STASH = "/data/";
|
STASH_STASH = "/data/";
|
||||||
|
|
Loading…
Reference in a new issue