From ca39ff6e29c01a15589493212ac99d4f70910eed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Sep 2026 23:01:13 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.31.6 --- pkg/secret/testdir/compose.yaml | 2 +- tests/resources/test_recipe/compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/secret/testdir/compose.yaml b/pkg/secret/testdir/compose.yaml index 3bd8a794..3d5ae6a9 100644 --- a/pkg/secret/testdir/compose.yaml +++ b/pkg/secret/testdir/compose.yaml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: nginx:1.31.5 + image: nginx:1.31.6 secrets: - test_pass_one - test_pass_two diff --git a/tests/resources/test_recipe/compose.yml b/tests/resources/test_recipe/compose.yml index ac591b10..34036fbb 100644 --- a/tests/resources/test_recipe/compose.yml +++ b/tests/resources/test_recipe/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: nginx:1.31.5 + image: nginx:1.31.6 networks: - proxy deploy: -- 2.54.0