This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Commit 39a76e4 1 parent 879d428 commit 39a76e4 Copy full SHA for 39a76e4
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed 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
99
99
[ Go ] : https://golang.org/
100
100
[ go-dev index URL ] : https://mcr.microsoft.com/v2/oss/azcu/go-dev/tags/list
101
101
[ golangci-lint ] : https://github.com/golangci/golangci-lint
102
- [ goss ] : https://github.com/aelsabbahy /goss
102
+ [ goss ] : https://github.com/goss-org /goss
103
103
[ gox ] : https://github.com/mitchellh/gox
104
104
[ helm ] : https://github.com/kubernetes/helm
105
105
[ issues ] : https://github.com/deis/docker-go-dev/issues
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ RUN \
100
100
&& unzip /tmp/packer.zip -d /usr/local/bin \
101
101
&& curl -o /usr/local/bin/shfmt -sSL https://github.com/mvdan/sh/releases/download/v{SHFMT_VERSION}/shfmt_v{SHFMT_VERSION}_linux_amd64 \
102
102
&& 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 \
104
104
&& 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 \
106
106
&& chmod +rx /usr/local/bin/dgoss \
107
107
&& curl -sSL -o /tmp/upx.tar.xz https://github.com/upx/upx/releases/download/v${UPX_VERSION}/upx-${UPX_VERSION}-amd64_linux.tar.xz \
108
108
&& tar -xvf /tmp/upx.tar.xz -C /tmp \
You can’t perform that action at this time.
0 commit comments