We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6850e57 commit 7bdd2d8Copy full SHA for 7bdd2d8
solutions/observability/apm/apm-server-binary.md
@@ -857,13 +857,13 @@ Obtaining APM Server for Docker is as simple as issuing a `docker pull` command
857
1. Pull the Docker image:
858
859
```shell
860
- docker pull docker.elastic.co/apm/apm-server:{{version.stack}}
+ docker pull docker.elastic.co/apm/apm-server:9.0.0
861
```
862
863
Alternately, you can use the hardened [Wolfi](https://wolfi.dev/) image:
864
865
866
- docker pull docker.elastic.co/apm/apm-server-wolfi:{{version.stack}}
+ docker pull docker.elastic.co/apm/apm-server-wolfi:9.0.0
867
868
869
1. Verify the Docker image:
0 commit comments