From 60de4dbce90e2939637b435ac4b4a1ace32d8e32 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Fri, 4 Oct 2024 13:58:58 -0400 Subject: [PATCH] typo --- get-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/index.md b/get-started/index.md index 0a42dad..2cba43b 100644 --- a/get-started/index.md +++ b/get-started/index.md @@ -337,7 +337,7 @@ We can use this directly in our application **Dockerfile** in a multi-stage buil ```Dockerfile ARG cryostat_agent_version -FROM quay.io/cryostat/cryostat-agent-init:${agent_version} AS cryostat_agent +FROM quay.io/cryostat/cryostat-agent-init:${cryostat_agent_version} AS cryostat_agent FROM ${application_base_img} COPY --from=cryostat_agent /cryostat/agent/cryostat-agent-shaded.jar /deployments/app/cryostat-agent-shaded.jar