Skip to content

Commit

Permalink
fix(container): update ghcr.io/gethomepage/homepage ( v0.10.0 → v0.10…
Browse files Browse the repository at this point in the history
….1 )

| datasource | package                      | from    | to      |
| ---------- | ---------------------------- | ------- | ------- |
| docker     | ghcr.io/gethomepage/homepage | v0.10.0 | v0.10.1 |
  • Loading branch information
robodexo2000[bot] authored Dec 21, 2024
1 parent eb0366b commit 635b20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/containers/homepage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ in
cfg = {
dependsOn = [ "socket-proxy" ];
user = "1000:1000";
image = "ghcr.io/gethomepage/homepage:v0.10.0@sha256:f845042e2fc06eb52664c0a999425a8e4c96e67369b589255a62c7a37b6c4aac";
image = "ghcr.io/gethomepage/homepage:v0.10.1@sha256:10558a32aebe11fcc855fb541693d4ab0df7275e89ae6cc7656e1c35d809f891";
extraOptions = [
"--mount"
"type=tmpfs,destination=/app/config,tmpfs-mode=1777"
Expand Down

0 comments on commit 635b20b

Please sign in to comment.