⬆️ Updated python

This commit is contained in:
Nikhil Badyal
2023-08-25 15:19:39 +05:30
parent 7bea2d1b65
commit 09b815cb21
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ jobs:
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
PYTHON_VERSION: '3.10'
PYTHON_VERSION: '3.11'
+1 -1
View File
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.10-slim-bullseye
ARG PYTHON_VERSION=3.11-slim-bullseye
FROM python:${PYTHON_VERSION} AS python