From 3bb4aed1bf3262e50a2eb37397658db681fa8eaf Mon Sep 17 00:00:00 2001 From: Gaurav Saini <147703805+gauravsaini04@users.noreply.github.com> Date: Sat, 13 Jul 2024 04:17:28 +0530 Subject: [PATCH] [anaconda] - bookworm released changes (#269) * [anaconda] - bookworm released changes * change * changes requested --- src/anaconda-postgres/.devcontainer/Dockerfile | 2 +- src/anaconda-postgres/devcontainer-template.json | 2 +- src/anaconda/.devcontainer/Dockerfile | 2 +- src/anaconda/devcontainer-template.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/anaconda-postgres/.devcontainer/Dockerfile b/src/anaconda-postgres/.devcontainer/Dockerfile index f4741c73..32506534 100644 --- a/src/anaconda-postgres/.devcontainer/Dockerfile +++ b/src/anaconda-postgres/.devcontainer/Dockerfile @@ -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. diff --git a/src/anaconda-postgres/devcontainer-template.json b/src/anaconda-postgres/devcontainer-template.json index c1440c93..2ba35e42 100644 --- a/src/anaconda-postgres/devcontainer-template.json +++ b/src/anaconda-postgres/devcontainer-template.json @@ -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", diff --git a/src/anaconda/.devcontainer/Dockerfile b/src/anaconda/.devcontainer/Dockerfile index 351a829d..2738918c 100644 --- a/src/anaconda/.devcontainer/Dockerfile +++ b/src/anaconda/.devcontainer/Dockerfile @@ -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. diff --git a/src/anaconda/devcontainer-template.json b/src/anaconda/devcontainer-template.json index 58149a07..95fea424 100644 --- a/src/anaconda/devcontainer-template.json +++ b/src/anaconda/devcontainer-template.json @@ -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",