Skip to content

Commit

Permalink
chore: update base Docker image to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
srijanpatel committed Feb 21, 2025
1 parent a16b020 commit 7447769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base stage
FROM python:3.10 as base
FROM python:3.12 as base
WORKDIR /pyspur

# Install bash completion
Expand Down

0 comments on commit 7447769

Please sign in to comment.