From f81c6aea2b7677cd7b3d4a09d55927c68d197e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 02:00:57 +0000 Subject: [PATCH] build(deps): bump python from 3.10.5-slim to 3.10.6-slim in /build Bumps python from 3.10.5-slim to 3.10.6-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/Dockerfile.e2e-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile.e2e-tests b/build/Dockerfile.e2e-tests index a9194fa..6236826 100644 --- a/build/Dockerfile.e2e-tests +++ b/build/Dockerfile.e2e-tests @@ -1,4 +1,4 @@ -FROM python:3.10.5-slim +FROM python:3.10.6-slim COPY tests/dbadmin/requirements.txt /app/testsuite/requirements.txt COPY openapi/gatekeeper.yaml /openapi/gatekeeper.yaml