Skip to content

Commit

Permalink
[anaconda] - bookworm released changes (#269)
Browse files Browse the repository at this point in the history
* [anaconda] - bookworm released changes

* change

* changes requested
  • Loading branch information
gauravsaini04 authored Jul 12, 2024
1 parent d4f5b4a commit 3bb4aed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/anaconda-postgres/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/anaconda:0-3
FROM mcr.microsoft.com/devcontainers/anaconda: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/anaconda-postgres/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "anaconda-postgres",
"version": "1.2.0",
"version": "2.0.0",
"name": "Anaconda (Python 3) & PostgreSQL",
"description": "Develop Anaconda & PostgreSQL applications in Python3. Installs dependencies from your environment.yml file and the Python extension.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/anaconda-postgres",
Expand Down
2 changes: 1 addition & 1 deletion src/anaconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/anaconda:0-3
FROM mcr.microsoft.com/devcontainers/anaconda: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/anaconda/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "anaconda",
"version": "1.2.0",
"version": "2.0.0",
"name": "Anaconda (Python 3)",
"description": "Develop Anaconda applications in Python3. Installs dependencies from your environment.yml file and the Python extension.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/anaconda",
Expand Down

0 comments on commit 3bb4aed

Please sign in to comment.