Skip to content

Commit

Permalink
Update config template and documentation to v1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Kuvaiskii <dmitrii.kuvaiskii@intel.com>
  • Loading branch information
dimakuv committed Feb 20, 2023
1 parent c374329 commit b4c30bf
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 @@ -318,7 +318,7 @@ in :file:`config.yaml.template`.

.. describe:: Gramine.Branch

Use this release/branch of the repository. Default value: ``v1.3.1``.
Use this release/branch of the repository. Default value: ``v1.4``.

.. 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 @@ -19,7 +19,7 @@ Registry: ""
# branch is guaranteed to work with current Gramine `master` branch).
Gramine:
Repository: "https://github.com/gramineproject/gramine.git"
Branch: "master"
Branch: "v1.4"

# 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 b4c30bf

Please sign in to comment.