From 8278999a42bfb8e23b67aa495f4fb7b153592ff6 Mon Sep 17 00:00:00 2001 From: CI Date: Tue, 9 Nov 2021 01:34:14 +0000 Subject: [PATCH] Automated update of common script sources and hash --- containers/elixir-phoenix-postgres/.devcontainer/Dockerfile | 4 ++-- containers/elixir/.devcontainer/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/containers/elixir-phoenix-postgres/.devcontainer/Dockerfile b/containers/elixir-phoenix-postgres/.devcontainer/Dockerfile index b70724e70d..5a380ff396 100644 --- a/containers/elixir-phoenix-postgres/.devcontainer/Dockerfile +++ b/containers/elixir-phoenix-postgres/.devcontainer/Dockerfile @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID # Options for common package install script ARG INSTALL_ZSH="true" ARG UPGRADE_PACKAGES="true" -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/main/script-library/common-debian.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.205.2/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="84cb2f8be279acaa04136ad00e9226c7e1a63edd42ceb3c0f5feb627f1252ccc" # Optional Settings for Phoenix ARG PHOENIX_VERSION="1.6.2" diff --git a/containers/elixir/.devcontainer/Dockerfile b/containers/elixir/.devcontainer/Dockerfile index cb63d6ea2e..b38ef68319 100644 --- a/containers/elixir/.devcontainer/Dockerfile +++ b/containers/elixir/.devcontainer/Dockerfile @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID # Options for common package install script ARG INSTALL_ZSH="true" ARG UPGRADE_PACKAGES="true" -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/main/script-library/common-debian.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.205.2/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="84cb2f8be279acaa04136ad00e9226c7e1a63edd42ceb3c0f5feb627f1252ccc" # Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies. RUN apt-get update \