From fbf915a7011b791739b3358f9350416a1cd98b52 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 12 Aug 2025 15:15:15 +0200 Subject: [PATCH] feat: use stable This is not generally advisable but because we also use this recipe example for testing, it is useful to tags that will never dissapear. --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index b3d59e1..ab95cd5 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ --- services: app: - image: nginx:1.27.5 + image: nginx:stable networks: - proxy deploy: