We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639fbfb commit 062dfb3Copy full SHA for 062dfb3
tools/docker/gpu_tests.Dockerfile
@@ -28,7 +28,7 @@ ARG USER_GID=$USER_UID
28
ARG INSTALL_ZSH="false"
29
30
# Location and expected SHA for common setup script - SHA generated on release
31
-ARG COMMON_SCRIPT_SOURCE="https://github.com/raw/bhack/vscode-dev-containers/fix_libssl/script-library/common-debian.sh"
+ARG COMMON_SCRIPT_SOURCE="https://github.com/raw/microsoft/vscode-dev-containers/master/script-library/common-debian.sh"
32
ARG COMMON_SCRIPT_SHA="dev-mode"
33
34
RUN apt-get update \
0 commit comments