🎨 Updated python version

This commit is contained in:
Nikhil Badyal
2023-08-25 19:40:30 +05:30
parent 7ca04c04e5
commit 0f1fff01c2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: setup python
uses: actions/setup-python@main
with:
python-version: '3.11'
python-version: '3.11.4'
- name: Install Requirements
run: |
+1 -1
View File
@@ -15,4 +15,4 @@ jobs:
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
PYTHON_VERSION: '3.11'
PYTHON_VERSION: '3.11.4'
+1 -1
View File
@@ -1,5 +1,5 @@
# Use a specific version of the base Python image
ARG PYTHON_VERSION=3.11-slim-bullseye
ARG PYTHON_VERSION=3.11.4-slim-bullseye
FROM python:${PYTHON_VERSION} AS python