Skip to content

Commit a4021e2

Browse files
authored
Re-release binary environment (#387)
Signed-off-by: Md Soharab Ansari <[email protected]>
1 parent e3dfa37 commit a4021e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

binary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ See 'Compiling' for instructions.
1717
When executing functions using binaries, **ensure that the executable is built for the right architecture**.
1818
Using the default binary environment this means that the binary should be build for Linux.
1919

20-
Looking for ready-to-run examples? See the [binary examples directory](../../examples/binary).
20+
Looking for ready-to-run examples? See the [binary examples directory](./examples).
2121

2222
## Usage
2323

binary/envconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"runtimeVersion": "3.20-alpine",
2222
"shortDescription": "Fission environment to run any binary",
2323
"status": "Stable",
24-
"version": "1.32.2"
24+
"version": "1.32.3"
2525
}
2626
]

binary/examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `binary` runtime is a go server that uses a subprocess to invoke executables or execute shell scripts.
44

5-
For more info read the [environment README](../../environments/binary/README.md).
5+
For more info read the [environment README](../README.md).
66

77
## Requirements
88

0 commit comments

Comments
 (0)