Skip to content

Commit b10bf2a

Browse files
Merge branch 'devcontainers:main' into cpp_buster_eol_changes
2 parents 02d480e + 3bb4aed commit b10bf2a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

src/anaconda-postgres/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/anaconda:0-3
1+
FROM mcr.microsoft.com/devcontainers/anaconda:1-3
22

33
# Copy environment.yml (if found) to a temp location so we update the environment. Also
44
# copy "noop.txt" so the COPY instruction does not fail if no environment.yml exists.

src/anaconda-postgres/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "anaconda-postgres",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"name": "Anaconda (Python 3) & PostgreSQL",
55
"description": "Develop Anaconda & PostgreSQL applications in Python3. Installs dependencies from your environment.yml file and the Python extension.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/anaconda-postgres",

src/anaconda/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/anaconda:0-3
1+
FROM mcr.microsoft.com/devcontainers/anaconda:1-3
22

33
# Copy environment.yml (if found) to a temp location so we update the environment. Also
44
# copy "noop.txt" so the COPY instruction does not fail if no environment.yml exists.

src/anaconda/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "anaconda",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"name": "Anaconda (Python 3)",
55
"description": "Develop Anaconda applications in Python3. Installs dependencies from your environment.yml file and the Python extension.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/anaconda",

src/miniconda-postgres/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/miniconda:0-3
1+
FROM mcr.microsoft.com/devcontainers/miniconda:1-3
22

33
# Copy environment.yml (if found) to a temp location so we update the environment. Also
44
# copy "noop.txt" so the COPY instruction does not fail if no environment.yml exists.

src/miniconda-postgres/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "miniconda-postgres",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"name": "Miniconda & PostgreSQL (Python 3)",
55
"description": "Develop Miniconda & PostgreSQL applications in Python 3. Installs dependencies from your environment.yml file and the Python extension.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/miniconda-postgres",

src/miniconda/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/miniconda:0-3
1+
FROM mcr.microsoft.com/devcontainers/miniconda:1-3
22

33
# Copy environment.yml (if found) to a temp location so we update the environment. Also
44
# copy "noop.txt" so the COPY instruction does not fail if no environment.yml exists.

src/miniconda/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "miniconda",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"name": "Miniconda (Python 3)",
55
"description": "Develop Miniconda applications in Python 3. Installs dependencies from your environment.yml file and the Python extension.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/miniconda",

0 commit comments

Comments
 (0)