Skip to content

Commit

Permalink
Re-release binary environment (#387)
Browse files Browse the repository at this point in the history
Signed-off-by: Md Soharab Ansari <[email protected]>
  • Loading branch information
soharab-ic authored Sep 6, 2024
1 parent e3dfa37 commit a4021e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ See 'Compiling' for instructions.
When executing functions using binaries, **ensure that the executable is built for the right architecture**.
Using the default binary environment this means that the binary should be build for Linux.

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

## Usage

Expand Down
2 changes: 1 addition & 1 deletion binary/envconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"runtimeVersion": "3.20-alpine",
"shortDescription": "Fission environment to run any binary",
"status": "Stable",
"version": "1.32.2"
"version": "1.32.3"
}
]
2 changes: 1 addition & 1 deletion binary/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

## Requirements

Expand Down

0 comments on commit a4021e2

Please sign in to comment.