From dcfdaf70f36f4e0373a8136aa6b3ce38cad4c911 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 20 Nov 2022 15:37:17 +0000 Subject: [PATCH] Update python Docker tag to v3.11 --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index b21948b..3897ece 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.7-alpine +FROM python:3.11-alpine ARG BUILD_DATE ARG VCS_REF