From 919fbe86ab23f413fa94b8a7be5d5103b24e952d Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 26 Jul 2023 13:10:05 -0700 Subject: [PATCH] Switch to slim nginx --- mastodon-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon-container.nix b/mastodon-container.nix index a00284b..7f1518c 100644 --- a/mastodon-container.nix +++ b/mastodon-container.nix @@ -113,7 +113,7 @@ in { nginx = mkOption { type = str; description = "Docker image to use for Proxy server."; - default = "nginx:1-alpine"; + default = "nginx:alpine-slim"; }; };