From 85c5c4f578b79e7e61870bcb0067ddaec810b339 Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 4 Mar 2024 08:14:44 -0800 Subject: [PATCH] docs: Fix docs typo in verifying upgraded Docker gateway (#3911) --- website/src/app/kb/administer/upgrading/readme.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/app/kb/administer/upgrading/readme.mdx b/website/src/app/kb/administer/upgrading/readme.mdx index f80669eeb..ce4561f7e 100644 --- a/website/src/app/kb/administer/upgrading/readme.mdx +++ b/website/src/app/kb/administer/upgrading/readme.mdx @@ -75,7 +75,7 @@ version by ensuring the sha256 hash of the pulled image matches the latest /> ```bash -# Get the sha256 hash of the your gateway image +# Get the sha256 hash of the gateway image running on your system > docker inspect ghcr.io/firezone/gateway:1.0 --format='{{index .RepoDigests 0}}' # Ensure this hash matches the latest available image above