Skip to content

Commit

Permalink
[miniconda] - bookworm release - changes (#270)
Browse files Browse the repository at this point in the history
* [miniconda] - bookworm release - changes

* changes requested
  • Loading branch information
gauravsaini04 authored Jul 12, 2024
1 parent ebbfe90 commit d4f5b4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

# 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

0 comments on commit d4f5b4a

Please sign in to comment.