This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
javascript-node-8/.devcontainer
javascript-node-lts-mongo/.devcontainer
javascript-node-lts/.devcontainer
python-3-flask-redis/.devcontainer
typescript-node-8/.devcontainer
typescript-node-lts/.devcontainer Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License. See LICENSE in the project root for license information.
4
4
# -----------------------------------------------------------------------------------------
5
5
6
- FROM node:8-slim
6
+ FROM node:8
7
7
8
8
# Install git, process tools
9
9
RUN apt-get update && apt-get -y install git procps
Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License. See LICENSE in the project root for license information.
4
4
# -----------------------------------------------------------------------------------------
5
5
6
- FROM node:lts-slim
6
+ FROM node:lts
7
7
8
8
# Install git, process tools
9
9
RUN apt-get update && apt-get -y install git procps
Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License. See LICENSE in the project root for license information.
4
4
# -----------------------------------------------------------------------------------------
5
5
6
- FROM node:8-slim
6
+ FROM node:8
7
7
8
8
# Install git, process tools
9
9
RUN apt-get update && apt-get -y install git procps
Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License. See LICENSE in the project root for license information.
4
4
# -----------------------------------------------------------------------------------------
5
5
6
- FROM python:3-slim
6
+ FROM python:3
7
7
8
8
# Copy default endpoint specific user settings overrides into container to specify Python path
9
9
COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json
Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License. See LICENSE in the project root for license information.
4
4
# -----------------------------------------------------------------------------------------
5
5
6
- FROM python:3-slim
6
+ FROM python:3
7
7
8
8
# Copy default endpoint specific user settings overrides into container to specify Python path
9
9
COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json
Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License. See LICENSE in the project root for license information.
4
4
# -----------------------------------------------------------------------------------------
5
5
6
- FROM node:8-slim
6
+ FROM node:8
7
7
8
8
# Install git, process tools
9
9
RUN apt-get update && apt-get -y install git procps
Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License. See LICENSE in the project root for license information.
4
4
# -----------------------------------------------------------------------------------------
5
5
6
- FROM node:8-slim
6
+ FROM node:8
7
7
8
8
# Install git, process tools
9
9
RUN apt-get update && apt-get -y install git procps
You can’t perform that action at this time.
0 commit comments