Skip to content

Commit

Permalink
Update config template and documentation to v1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: jkr0103 <jitender.kumar@intel.com>
  • Loading branch information
jkr0103 committed Mar 12, 2024
1 parent b593a74 commit ac0192b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ in :file:`config.yaml.template`.

.. describe:: Gramine.Branch

Use this release/branch of the repository. Default value: ``master``.
Use this release/branch of the repository. Default value: ``v1.6.2``.

.. describe:: Gramine.Image

Expand Down
2 changes: 1 addition & 1 deletion config.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Registry: ""
# branch is guaranteed to work with current Gramine `master` branch).
Gramine:
Repository: "https://github.com/gramineproject/gramine.git"
Branch: "master"
Branch: "v1.6.2"

# Specify the Intel SGX driver installed on your machine (more specifically, on the machine where
# the graminized Docker container will run); there are several variants of the SGX driver:
Expand Down

0 comments on commit ac0192b

Please sign in to comment.