Updated python version

This commit is contained in:
Nikhil Badyal
2025-01-25 11:17:14 +05:30
parent 8f4e677b97
commit cce7126ae1
+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.12.3-slim-bullseye ARG PYTHON_VERSION=3.13.1-slim-bullseye
FROM python:${PYTHON_VERSION} AS python FROM python:${PYTHON_VERSION} AS python