Skip to content

Commit 605a4ca

Browse files
Docker documentation was incorrectly referencing an invalid tag format (#5809)
Signed-off-by: calebjonasson <caleb.jonasson@gmail.com> Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
1 parent ab1b341 commit 605a4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/docker_images.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ docker run \
3030
--user 1000:1000 \
3131
-p 8081:8081 \
3232
-v /path/to/server/config:/etc/spire/server \
33-
ghcr.io/spiffe/spire-server:v1.6.0 \
33+
ghcr.io/spiffe/spire-server:1.6.1 \
3434
-config /etc/spire/server/server.conf
3535
```
3636

0 commit comments

Comments
 (0)