Skip to content

Commit b65ff69

Browse files
authored
Merge pull request #1580 from input-output-hk/jpraynaud/update-spo-guide-squid-version
Fix minimum `Squid` version in SPO guide
2 parents db98482 + b6247cf commit b65ff69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/website/root/manual/getting-started/run-signer-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Note that this guide works on a Linux machine only.
101101

102102
* Install a recent version of `jq` (version 1.6+). You can install it by running `apt install jq`.
103103

104-
* Only for the **production** deployment, install a recent version of [`squid-cache`](http://www.squid-cache.org/) (version 5.2+). You can install it by running `apt install squid`.
104+
* Only for the **production** deployment, install a recent version of [`squid-cache`](http://www.squid-cache.org/) (version 6.8+).
105105

106106
## Set up the Mithril signer node
107107

docs/website/versioned_docs/version-maintained/manual/getting-started/run-signer-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Note that this guide works on a Linux machine only.
8585

8686
* Install a recent version of `jq` (version 1.6+). You can install it by running `apt install jq`.
8787

88-
* Only for the **production** deployment, install a recent version of [`squid-cache`](http://www.squid-cache.org/) (version 5.2+). You can install it by running `apt install squid`.
88+
* Only for the **production** deployment, install a recent version of [`squid-cache`](http://www.squid-cache.org/) (version 6.8+).
8989

9090
## Set up the Mithril signer node
9191

0 commit comments

Comments
 (0)