From 3a9a33d42597c2f24378819d4f1cf6f1af8925f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:38:23 +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.1.0 to 3.2.0 Updates `hashicorp/vault` from 1.15.5 to 1.15.6 --- updated-dependencies: - dependency-name: localstack/localstack dependency-type: direct:production update-type: version-update:semver-minor 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 e911c49c3..a4b606ca6 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.1.0 +FROM docker.io/localstack/localstack:3.2.0 diff --git a/test/e2e/vault.Dockerfile b/test/e2e/vault.Dockerfile index a5ae6af32..31355803a 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.5 +FROM docker.io/hashicorp/vault:1.15.6