⬆️ 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
@@ -1,5 +1,5 @@
# 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