This commit is contained in:
parent
ce25e44e57
commit
9a7659814c
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
pkgs:
|
pkgs:
|
||||||
pkgs.dockerTools.pullImage {
|
pkgs.dockerTools.pullImage {
|
||||||
imageName = "nextcloud";
|
imageName = "nextcloud";
|
||||||
imageDigest = "sha256:0bb498026da9fee4c7c703a9ed682aa2aee825a82946c6944a872cbedb44a272";
|
imageDigest = "sha256:7df7de6e9b7438839f1f7519ae345015bda742754b65d90659d0214bfe07c00b";
|
||||||
sha256 = "1ahpz4a1pdbg7554ydqzfagra32snd6pc7dv1afq5pwyd03cllr4";
|
sha256 = "1kg54w12ja78cm33hvj0c21wlmx7mdg7rcwb7r75ig46w175p9v2";
|
||||||
finalImageName = "nextcloud";
|
finalImageName = "nextcloud";
|
||||||
finalImageTag = "29.0.1-fpm";
|
finalImageTag = "29.0.3-fpm";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue