From 0dd314b53cfc863afce55cfcffa12a305f93af99 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 19 Aug 2026 21:01:10 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.31.4 --- 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 0be7ab73..9e788c06 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.3 + image: nginx:1.31.4 secrets: - test_pass_one - test_pass_two diff --git a/tests/resources/test_recipe/compose.yml b/tests/resources/test_recipe/compose.yml index a0251943..7519bfe3 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.3 + image: nginx:1.31.4 networks: - proxy deploy: