Skip to content

Commit

Permalink
Merge pull request #521 from dulshen/devcontainer_update_to_3_12
Browse files Browse the repository at this point in the history
Updated dev container image from python 3.8 to 3.12
  • Loading branch information
dulshen authored Dec 13, 2024
2 parents 745ba96 + 32b4bec commit fb11bfb
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,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:0-3.8-bullseye
FROM mcr.microsoft.com/devcontainers/python:3.12-bullseye

ENV PYTHONUNBUFFERED 1

Expand Down

0 comments on commit fb11bfb

Please sign in to comment.