Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/vscode/devcontainers/python doc…
Browse files Browse the repository at this point in the history
…ker tag to v3.13 (#294)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent b896256 commit dbc686b
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,7 +1,7 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.191.1/containers/python-3/.devcontainer/base.Dockerfile

# [Choice] Python version
ARG VARIANT="3.12"
ARG VARIANT="3.13"
FROM mcr.microsoft.com/vscode/devcontainers/python:${VARIANT}

# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10
Expand Down

0 comments on commit dbc686b

Please sign in to comment.