Skip to content

Commit 5d5ea99

Browse files
committed
fix: set curl to version 8.x
1 parent dac34d8 commit 5d5ea99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfiles/all/goss.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ command:
77
exit-status: 0
88
"curl --version":
99
stdout:
10-
- "curl 7"
10+
- "curl 8"
1111
exit-status: 0
1212
"pnpm --version":
1313
stdout:

0 commit comments

Comments
 (0)