Skip to content

Commit

Permalink
feat(docker-image): update ghcr.io/immich-app/immich-server docker ta…
Browse files Browse the repository at this point in the history
…g to v1.118.2

| datasource | package                          | from     | to       |
| ---------- | -------------------------------- | -------- | -------- |
| docker     | ghcr.io/immich-app/immich-server | v1.115.0 | v1.118.2 |
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent e3c6c50 commit 7038262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/nixos/containers/immich/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ in
virtualisation.oci-containers.containers =
{
immich-server = {
image = "ghcr.io/immich-app/immich-server:v1.115.0";
image = "ghcr.io/immich-app/immich-server:v1.118.2";
environmentFiles = [ config.sops.secrets."${category}/${app}/env".path ];
inherit environment;
volumes = [
Expand Down

0 comments on commit 7038262

Please sign in to comment.