Skip to content

Commit

Permalink
chore(devcontainer): upgrade Python version to 3.12 in Dockerfile and…
Browse files Browse the repository at this point in the history
… configuration (#11017)
  • Loading branch information
fujita-h authored Nov 23, 2024
1 parent 448a19b commit 1cdadfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mcr.microsoft.com/devcontainers/python:3.10
FROM mcr.microsoft.com/devcontainers/python:3.12

# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>
# && apt-get -y install --no-install-recommends <your-package-list-here>
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/anaconda
{
"name": "Python 3.10",
"name": "Python 3.12",
"build": {
"context": "..",
"dockerfile": "Dockerfile"
Expand Down

1 comment on commit 1cdadfd

@frendyace
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking to add a stylish piece to your wardrobe? Check out our exclusive Taylor Swift You Belong with Me Shirt at America Suits. A perfect blend of nostalgia and fashion, this shirt captures the essence of Swift's iconic song, aking it an ideal choice for Swifties and casual fans alike.

Please sign in to comment.