diff --git a/pkg/secret/testdir/compose.yaml b/pkg/secret/testdir/compose.yaml index 02f52b831..e3cbbf8df 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.21.0 + image: nginx:1.31.0 secrets: - test_pass_one - test_pass_two diff --git a/tests/resources/test_recipe/compose.yml b/tests/resources/test_recipe/compose.yml index 638fd142f..d75796da6 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.29.0 + image: nginx:1.31.0 networks: - proxy deploy: