Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[miniconda] - bookworm release - changes #270

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/miniconda-postgres/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/miniconda:0-3
FROM mcr.microsoft.com/devcontainers/miniconda:1-3

gauravsaini04 marked this conversation as resolved.
Show resolved Hide resolved
# Copy environment.yml (if found) to a temp location so we update the environment. Also
# copy "noop.txt" so the COPY instruction does not fail if no environment.yml exists.
Expand Down
2 changes: 1 addition & 1 deletion src/miniconda-postgres/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "miniconda-postgres",
"version": "1.2.0",
"version": "2.0.0",
"name": "Miniconda & PostgreSQL (Python 3)",
"description": "Develop Miniconda & PostgreSQL applications in Python 3. Installs dependencies from your environment.yml file and the Python extension.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/miniconda-postgres",
Expand Down
2 changes: 1 addition & 1 deletion src/miniconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/miniconda:0-3
FROM mcr.microsoft.com/devcontainers/miniconda:1-3

# Copy environment.yml (if found) to a temp location so we update the environment. Also
# copy "noop.txt" so the COPY instruction does not fail if no environment.yml exists.
Expand Down
2 changes: 1 addition & 1 deletion src/miniconda/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "miniconda",
"version": "1.2.0",
"version": "2.0.0",
"name": "Miniconda (Python 3)",
"description": "Develop Miniconda applications in Python 3. Installs dependencies from your environment.yml file and the Python extension.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/miniconda",
Expand Down
Loading