⬆️ Updated python version

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