diff --git a/containers/alpine-3.10-git/.devcontainer/Dockerfile b/containers/alpine-3.10-git/.devcontainer/Dockerfile index 10bfb70ee4..a77e83b8e0 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.108.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..4f9aaaa321 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.108.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="c16b59a069c9e8a7dcdb5dfaeba833b98803295fcf7fd96b7f2b57e28b434f87" # 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..a6510632bc 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.108.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="c16b59a069c9e8a7dcdb5dfaeba833b98803295fcf7fd96b7f2b57e28b434f87" # 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..b3e2db0c97 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.108.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="c16b59a069c9e8a7dcdb5dfaeba833b98803295fcf7fd96b7f2b57e28b434f87" # 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..2e65d7193b 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.108.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="c16b59a069c9e8a7dcdb5dfaeba833b98803295fcf7fd96b7f2b57e28b434f87" # 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..3a235ed869 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.108.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="c16b59a069c9e8a7dcdb5dfaeba833b98803295fcf7fd96b7f2b57e28b434f87" # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive