This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
elixir-phoenix-postgres/.devcontainer Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID
1111# Options for common package install script
1212ARG INSTALL_ZSH="true"
1313ARG UPGRADE_PACKAGES="true"
14- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/main /script-library/common-debian.sh"
15- ARG COMMON_SCRIPT_SHA="dev-mode "
14+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.210.0 /script-library/common-debian.sh"
15+ ARG COMMON_SCRIPT_SHA="d35dd1711454156c9a59cc41ebe04fbff681ca0bd304f10fd5b13285d0de13b2 "
1616
1717# Optional Settings for Phoenix
1818ARG PHOENIX_VERSION="1.6.2"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID
1111# Options for common package install script
1212ARG INSTALL_ZSH="true"
1313ARG UPGRADE_PACKAGES="true"
14- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/main /script-library/common-debian.sh"
15- ARG COMMON_SCRIPT_SHA="dev-mode "
14+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.210.0 /script-library/common-debian.sh"
15+ ARG COMMON_SCRIPT_SHA="d35dd1711454156c9a59cc41ebe04fbff681ca0bd304f10fd5b13285d0de13b2 "
1616
1717# Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.
1818RUN apt-get update \
You can’t perform that action at this time.
0 commit comments