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

Commit 2dc9d29

Browse files
author
CI
committed
Automated update of common script sources and hash
1 parent 60d55ac commit 2dc9d29

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

containers/docker-from-docker-compose/.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ARG USER_UID=1000
1515
ARG USER_GID=$USER_UID
1616

1717
# Script sources
18-
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh"
19-
ARG COMMON_SCRIPT_SHA="dev-mode"
18+
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.131.0/script-library/common-debian.sh"
19+
ARG COMMON_SCRIPT_SHA="9b6a503f53aa12acee60fbbc6fd0be0309e4cdb289c0303b820fec0a974cd44f"
2020
ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/docker-debian.sh"
2121
ARG DOCKER_SCRIPT_SHA="dev-mode"
2222

containers/docker-from-docker/.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ ARG USER_UID=1000
1616
ARG USER_GID=$USER_UID
1717

1818
# Script sources
19-
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh"
20-
ARG COMMON_SCRIPT_SHA="dev-mode"
19+
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.131.0/script-library/common-debian.sh"
20+
ARG COMMON_SCRIPT_SHA="9b6a503f53aa12acee60fbbc6fd0be0309e4cdb289c0303b820fec0a974cd44f"
2121
ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/docker-debian.sh"
2222
ARG DOCKER_SCRIPT_SHA="dev-mode"
2323

containers/kubernetes-helm/.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ARG USER_UID=1000
1515
ARG USER_GID=$USER_UID
1616

1717
# Script sources
18-
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh"
19-
ARG COMMON_SCRIPT_SHA="dev-mode"
18+
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.131.0/script-library/common-debian.sh"
19+
ARG COMMON_SCRIPT_SHA="9b6a503f53aa12acee60fbbc6fd0be0309e4cdb289c0303b820fec0a974cd44f"
2020
ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/docker-debian.sh"
2121
ARG DOCKER_SCRIPT_SHA="dev-mode"
2222

0 commit comments

Comments
 (0)