File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ chmod +rx /usr/local/bin/dgoss
73
73
74
74
``` bash
75
75
# See https://github.com/goss-org/goss/releases for release versions
76
- VERSION=v0.3.10
76
+ VERSION=v0.4.8
77
77
curl -L " https://github.com/goss-org/goss/releases/download/${VERSION} /goss-linux-amd64" -o /usr/local/bin/goss
78
78
chmod +rx /usr/local/bin/goss
79
79
80
80
# (optional) dgoss docker wrapper (use 'master' for latest version)
81
- VERSION=v0.3.10
81
+ VERSION=v0.4.8
82
82
curl -L " https://github.com/goss-org/goss/releases/download/${VERSION} /dgoss" -o /usr/local/bin/dgoss
83
83
chmod +rx /usr/local/bin/dgoss
84
84
```
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Since goss runs on the target container, dgoss can be used on a Mac OSX system b
25
25
curl -L https://raw.githubusercontent.com/goss-org/goss/master/extras/dgoss/dgoss -o /usr/local/bin/dgoss
26
26
chmod +rx /usr/local/bin/dgoss
27
27
28
- # Download desired goss version to your preferred location (e.g. v0.3.6 )
29
- curl -L https://github.com/goss-org/goss/releases/download/v0.3.6 /goss-linux-amd64 -o ~ /Downloads/goss-linux-amd64
28
+ # Download desired goss version to your preferred location (e.g. v0.4.8 )
29
+ curl -L https://github.com/goss-org/goss/releases/download/v0.4.8 /goss-linux-amd64 -o ~ /Downloads/goss-linux-amd64
30
30
31
31
# Set your GOSS_PATH to the above location
32
32
export GOSS_PATH=~ /Downloads/goss-linux-amd64
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ chmod a+rx "${dest_dir}/kgoss"
59
59
60
60
# # install goss
61
61
if [[ ! $( which jq) ]]; then echo " jq is required, get from https://stedolan.github.io/jq" ; fi
62
- version=v0.3 .8
62
+ version=v0.4 .8
63
63
arch=amd64
64
64
host=github.com
65
65
# for private repos, leave `host` blank or same as above:
You can’t perform that action at this time.
0 commit comments