⬆️ Updated python version

This commit is contained in:
Nikhil Badyal
2024-04-15 22:40:43 +05:30
committed by Nikhil Badyal
parent 1089dd8ccc
commit 63c3f6503f
2 changed files with 2 additions and 2 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.5' python-version: '3.12.3'
- name: Install Requirements - name: Install Requirements
run: | run: |
+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.5-slim-bullseye ARG PYTHON_VERSION=3.12.3-slim-bullseye
FROM python:${PYTHON_VERSION} AS python FROM python:${PYTHON_VERSION} AS python