Skip to content

Commit

Permalink
fix(container): update ghcr.io/deedee-ops/roundcube ( 1.6.9 → 1.6.10 )
Browse files Browse the repository at this point in the history
| datasource | package                      | from  | to     |
| ---------- | ---------------------------- | ----- | ------ |
| docker     | ghcr.io/deedee-ops/roundcube | 1.6.9 | 1.6.10 |
  • Loading branch information
robodexo2000[bot] authored Feb 8, 2025
1 parent e89fb0d commit 9d10cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/containers/mail-archive/roundcube.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in
config = lib.mkIf cfg.enable {
virtualisation.oci-containers.containers.roundcube = svc.mkContainer {
cfg = {
image = "ghcr.io/deedee-ops/roundcube:1.6.9@sha256:647df66417b3a5fc8358dc5a633e871c8b8dfaa273723dda21e0ad83daa4bb0b";
image = "ghcr.io/deedee-ops/roundcube:1.6.10@sha256:c29f47d50740e4c2c5aeb43d3b37e0ce9ac79584ddf6d4f58696d52d885dbc7d";
volumes = [ "${cfg.dataDir}/roundcube:/config" ];
extraOptions = [
"--mount"
Expand Down

0 comments on commit 9d10cac

Please sign in to comment.