diff --git a/containers/elixir-phoenix-postgres/.devcontainer/Dockerfile b/containers/elixir-phoenix-postgres/.devcontainer/Dockerfile index a3909f18b7..c8e3e511f2 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.209.1/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.209.5/script-library/common-debian.sh" ARG COMMON_SCRIPT_SHA="d35dd1711454156c9a59cc41ebe04fbff681ca0bd304f10fd5b13285d0de13b2" # Optional Settings for Phoenix diff --git a/containers/elixir/.devcontainer/Dockerfile b/containers/elixir/.devcontainer/Dockerfile index 817cffc756..955385187c 100644 --- a/containers/elixir/.devcontainer/Dockerfile +++ b/containers/elixir/.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.209.1/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.209.5/script-library/common-debian.sh" ARG COMMON_SCRIPT_SHA="d35dd1711454156c9a59cc41ebe04fbff681ca0bd304f10fd5b13285d0de13b2" # Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.