From d4f5b4af5a549713a5e6f0ef9171a9d712697b29 Mon Sep 17 00:00:00 2001 From: Gaurav Saini <147703805+gauravsaini04@users.noreply.github.com> Date: Sat, 13 Jul 2024 03:36:03 +0530 Subject: [PATCH] [miniconda] - bookworm release - changes (#270) * [miniconda] - bookworm release - changes * changes requested --- src/miniconda-postgres/.devcontainer/Dockerfile | 2 +- src/miniconda-postgres/devcontainer-template.json | 2 +- src/miniconda/.devcontainer/Dockerfile | 2 +- src/miniconda/devcontainer-template.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/miniconda-postgres/.devcontainer/Dockerfile b/src/miniconda-postgres/.devcontainer/Dockerfile index 0e8a64ac..808f11bf 100644 --- a/src/miniconda-postgres/.devcontainer/Dockerfile +++ b/src/miniconda-postgres/.devcontainer/Dockerfile @@ -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. diff --git a/src/miniconda-postgres/devcontainer-template.json b/src/miniconda-postgres/devcontainer-template.json index dbc8f790..8eac2f4e 100644 --- a/src/miniconda-postgres/devcontainer-template.json +++ b/src/miniconda-postgres/devcontainer-template.json @@ -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", diff --git a/src/miniconda/.devcontainer/Dockerfile b/src/miniconda/.devcontainer/Dockerfile index 0e8a64ac..808f11bf 100644 --- a/src/miniconda/.devcontainer/Dockerfile +++ b/src/miniconda/.devcontainer/Dockerfile @@ -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. diff --git a/src/miniconda/devcontainer-template.json b/src/miniconda/devcontainer-template.json index 5f3ce5af..3b0bf570 100644 --- a/src/miniconda/devcontainer-template.json +++ b/src/miniconda/devcontainer-template.json @@ -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",