This repository was archived by the owner on Jun 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ You will be prompted to confirm again before any tag or release is written to Gi
9999[ Go ] : https://golang.org/
100100[ go-dev index URL ] : https://mcr.microsoft.com/v2/oss/azcu/go-dev/tags/list
101101[ golangci-lint ] : https://github.com/golangci/golangci-lint
102- [ goss ] : https://github.com/aelsabbahy /goss
102+ [ goss ] : https://github.com/goss-org /goss
103103[ gox ] : https://github.com/mitchellh/gox
104104[ helm ] : https://github.com/kubernetes/helm
105105[ issues ] : https://github.com/deis/docker-go-dev/issues
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ RUN \
100100 && unzip /tmp/packer.zip -d /usr/local/bin \
101101 && curl -o /usr/local/bin/shfmt -sSL https://github.com/mvdan/sh/releases/download/v{SHFMT_VERSION}/shfmt_v{SHFMT_VERSION}_linux_amd64 \
102102 && chmod +x /usr/local/bin/shfmt \
103- && curl -L "https://github.com/aelsabbahy /goss/releases/download/${GOSS_VERSION}/goss-linux-amd64" -o /usr/local/bin/goss \
103+ && curl -L "https://github.com/goss-org /goss/releases/download/${GOSS_VERSION}/goss-linux-amd64" -o /usr/local/bin/goss \
104104 && chmod +rx /usr/local/bin/goss \
105- && curl -L "https://github.com/aelsabbahy /goss/releases/download/${GOSS_VERSION}/dgoss" -o /usr/local/bin/dgoss \
105+ && curl -L "https://github.com/goss-org /goss/releases/download/${GOSS_VERSION}/dgoss" -o /usr/local/bin/dgoss \
106106 && chmod +rx /usr/local/bin/dgoss \
107107 && curl -sSL -o /tmp/upx.tar.xz https://github.com/upx/upx/releases/download/v${UPX_VERSION}/upx-${UPX_VERSION}-amd64_linux.tar.xz \
108108 && tar -xvf /tmp/upx.tar.xz -C /tmp \
You can’t perform that action at this time.
0 commit comments