Skip to content

Commit

Permalink
chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 8b0a577 commit 08240e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mealie/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ in
virtualisation.oci-containers = {
containers.mealie = {
autoStart = true;
image = "ghcr.io/mealie-recipes/mealie:v1.12.0@sha256:88e8e12542e9a2733c07f175682dc69e7360becb6137d604bb087a71ab33c5fe";
image = "ghcr.io/mealie-recipes/mealie:v2.0.0@sha256:c2ea6f1e7fecaa7befe6f2dd02423b5ff31c4551f5afb64576fba0e65a2a4c5b";
ports = [ "${toString cfg.port}:9000" ];
volumes = [ "${cfg.dataDir}:/app/data/" ];

Expand Down

0 comments on commit 08240e1

Please sign in to comment.