From 80672e546c81b0f9665fb3728002ad48f8058108 Mon Sep 17 00:00:00 2001 From: CI Date: Tue, 28 Sep 2021 18:04:34 +0000 Subject: [PATCH] Automated update of common script sources and hash --- containers/elixir-phoenix-postgres/.devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/elixir-phoenix-postgres/.devcontainer/Dockerfile b/containers/elixir-phoenix-postgres/.devcontainer/Dockerfile index 1f6381bf9e..c228648d1e 100644 --- a/containers/elixir-phoenix-postgres/.devcontainer/Dockerfile +++ b/containers/elixir-phoenix-postgres/.devcontainer/Dockerfile @@ -11,7 +11,7 @@ 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/v0.194.2/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.194.3/script-library/common-debian.sh" ARG COMMON_SCRIPT_SHA="f8e0ac9fe35a29ae3634c9f7a447ea081b99e3d9ff211639e9b69801133ae4d8" # Optional Settings for Phoenix