From 8986e9856c93d6168d48b5401d0f765006882bae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 06:39:56 +0000 Subject: [PATCH] build(deps): Bump the all group in /test/e2e with 2 updates Bumps the all group in /test/e2e with 2 updates: localstack/localstack and hashicorp/vault. Updates `localstack/localstack` from 3.0.0 to 3.0.2 Updates `hashicorp/vault` from 1.15.2 to 1.15.3 --- updated-dependencies: - dependency-name: localstack/localstack dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: hashicorp/vault dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- test/e2e/localstack.Dockerfile | 2 +- test/e2e/vault.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/localstack.Dockerfile b/test/e2e/localstack.Dockerfile index 0cd95e1a1..0956aae70 100644 --- a/test/e2e/localstack.Dockerfile +++ b/test/e2e/localstack.Dockerfile @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM docker.io/localstack/localstack:3.0.0 +FROM docker.io/localstack/localstack:3.0.2 diff --git a/test/e2e/vault.Dockerfile b/test/e2e/vault.Dockerfile index 86c93ce28..23a83cadd 100644 --- a/test/e2e/vault.Dockerfile +++ b/test/e2e/vault.Dockerfile @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM docker.io/hashicorp/vault:1.15.2 +FROM docker.io/hashicorp/vault:1.15.3