🎨 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
@@ -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