Skip to content

Commit

Permalink
✨ Updated python version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Jan 25, 2025
1 parent 8f4e677 commit cce7126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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

Expand Down

0 comments on commit cce7126

Please sign in to comment.