docs: Fix docs typo in verifying upgraded Docker gateway (#3911)

This commit is contained in:
Jamil
2024-03-04 08:14:44 -08:00
committed by GitHub
parent fd1618093d
commit 85c5c4f578

View File

@@ -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