diff --git a/containers/alpine-3.10-git/.devcontainer/Dockerfile b/containers/alpine-3.10-git/.devcontainer/Dockerfile index 10bfb70ee4..4e8aa8d72c 100644 --- a/containers/alpine-3.10-git/.devcontainer/Dockerfile +++ b/containers/alpine-3.10-git/.devcontainer/Dockerfile @@ -16,8 +16,8 @@ ARG USER_GID=$USER_UID ARG INSTALL_ZSH="true" # Location and expected SHA for common setup script - SHA generated on release -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-alpine.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.103.0/script-library/common-alpine.sh" +ARG COMMON_SCRIPT_SHA="acb22932d06ab7ea9e196dfa3537d55c7d47ea815bfb93581790297cc9e2173b" # Install git, bash, dependencies, and add a non-root user RUN apk update \ diff --git a/containers/debian-10-git/.devcontainer/Dockerfile b/containers/debian-10-git/.devcontainer/Dockerfile index 600dcf948d..1f45077930 100644 --- a/containers/debian-10-git/.devcontainer/Dockerfile +++ b/containers/debian-10-git/.devcontainer/Dockerfile @@ -19,8 +19,8 @@ ARG USER_GID=$USER_UID ARG INSTALL_ZSH="true" # Location and expected SHA for common setup script - SHA generated on release -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.103.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4" # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive diff --git a/containers/debian-9-git/.devcontainer/Dockerfile b/containers/debian-9-git/.devcontainer/Dockerfile index 890d2e362f..73d48cd0c7 100644 --- a/containers/debian-9-git/.devcontainer/Dockerfile +++ b/containers/debian-9-git/.devcontainer/Dockerfile @@ -19,8 +19,8 @@ ARG USER_GID=$USER_UID ARG INSTALL_ZSH="true" # Location and expected SHA for common setup script - SHA generated on release -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.103.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4" # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive diff --git a/containers/javascript-node-10/.devcontainer/Dockerfile b/containers/javascript-node-10/.devcontainer/Dockerfile index 129a190836..2d1fee004c 100644 --- a/containers/javascript-node-10/.devcontainer/Dockerfile +++ b/containers/javascript-node-10/.devcontainer/Dockerfile @@ -20,8 +20,8 @@ ARG USER_GID=$USER_UID ARG INSTALL_ZSH="true" # Location and expected SHA for common setup script - SHA generated on release -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.103.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4" # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive diff --git a/containers/javascript-node-12/.devcontainer/Dockerfile b/containers/javascript-node-12/.devcontainer/Dockerfile index 821929bd1c..1313a383a8 100644 --- a/containers/javascript-node-12/.devcontainer/Dockerfile +++ b/containers/javascript-node-12/.devcontainer/Dockerfile @@ -20,8 +20,8 @@ ARG USER_GID=$USER_UID ARG INSTALL_ZSH="true" # Location and expected SHA for common setup script - SHA generated on release -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.103.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4" # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive diff --git a/containers/ubuntu-18.04-git/.devcontainer/Dockerfile b/containers/ubuntu-18.04-git/.devcontainer/Dockerfile index 25bb074a29..ea75b76d02 100644 --- a/containers/ubuntu-18.04-git/.devcontainer/Dockerfile +++ b/containers/ubuntu-18.04-git/.devcontainer/Dockerfile @@ -16,8 +16,8 @@ ARG USER_GID=$USER_UID ARG INSTALL_ZSH="true" # Location and expected SHA for common setup script - SHA generated on release -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.103.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4" # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive