Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 577b3d7

Browse files
author
CI
committed
Automated update of common script sources and hash
1 parent 39609c6 commit 577b3d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

containers/elixir-phoenix-postgres/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG USER_GID=$USER_UID
1111
# Options for common package install script
1212
ARG INSTALL_ZSH="true"
1313
ARG UPGRADE_PACKAGES="true"
14-
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.209.1/script-library/common-debian.sh"
14+
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.209.5/script-library/common-debian.sh"
1515
ARG COMMON_SCRIPT_SHA="d35dd1711454156c9a59cc41ebe04fbff681ca0bd304f10fd5b13285d0de13b2"
1616

1717
# Optional Settings for Phoenix

containers/elixir/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG USER_GID=$USER_UID
1111
# Options for common package install script
1212
ARG INSTALL_ZSH="true"
1313
ARG UPGRADE_PACKAGES="true"
14-
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.209.1/script-library/common-debian.sh"
14+
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.209.5/script-library/common-debian.sh"
1515
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.

0 commit comments

Comments
 (0)