From 09b815cb210ec113fc6af0bf9a3826094bd20b90 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Fri, 25 Aug 2023 15:19:39 +0530 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Updated=20python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pre-commit.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index bb10a66..e0c275b 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -15,4 +15,4 @@ jobs: secrets: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - PYTHON_VERSION: '3.10' + PYTHON_VERSION: '3.11' diff --git a/Dockerfile b/Dockerfile index c0bad39..a4daeb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PYTHON_VERSION=3.10-slim-bullseye +ARG PYTHON_VERSION=3.11-slim-bullseye FROM python:${PYTHON_VERSION} AS python