Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Oct 4, 2024
1 parent 3f906f3 commit 60de4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60de4db

Please sign in to comment.