Skip to content

Commit 062dfb3

Browse files
committed
Upstream script fixed.
1 parent 639fbfb commit 062dfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/gpu_tests.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARG USER_GID=$USER_UID
2828
ARG INSTALL_ZSH="false"
2929

3030
# 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"
31+
ARG COMMON_SCRIPT_SOURCE="https://github.com/raw/microsoft/vscode-dev-containers/master/script-library/common-debian.sh"
3232
ARG COMMON_SCRIPT_SHA="dev-mode"
3333

3434
RUN apt-get update \

0 commit comments

Comments
 (0)