From 7d5cb8c0961d7abe2ff994bd85594fb4467fbce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 08:01:54 +0000 Subject: [PATCH] Bump library/python from 3.7.5 to 3.11.1 in /tests/integration/common Bumps library/python from 3.7.5 to 3.11.1. --- updated-dependencies: - dependency-name: library/python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/integration/common/Dockerfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/common/Dockerfile.test b/tests/integration/common/Dockerfile.test index b12ae8f5..37ca6356 100644 --- a/tests/integration/common/Dockerfile.test +++ b/tests/integration/common/Dockerfile.test @@ -1,4 +1,4 @@ -FROM registry.hub.docker.com/library/python:3.7.5 +FROM registry.hub.docker.com/library/python:3.11.1 WORKDIR /app/ ENV FAIRING_RUNTIME 1 RUN if [ -e requirements.txt ];then pip install --no-cache -r requirements.txt; fi