Skip to content

Commit

Permalink
APIGOV-DG000 - fix BuildAgentName dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dgghinea committed Nov 26, 2024
1 parent 6ce70b0 commit 5badc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traceability/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN export GOOS=linux && \
-X 'github.com/Axway/agent-sdk/pkg/cmd.BuildVersion=${version}' \
-X 'github.com/Axway/agent-sdk/pkg/cmd.BuildCommitSha=${commit_id}' \
-X 'github.com/Axway/agent-sdk/pkg/cmd.SDKBuildVersion=${sdk_version}' \
-X 'github.com/Axway/agent-sdk/pkg/cmd.BuildAgentName=ApigeTraceabilityAgent'" \
-X 'github.com/Axway/agent-sdk/pkg/cmd.BuildAgentName=ApigeeTraceabilityAgent'" \
-a -o ${AGENT}/bin/apigee_traceability_agent ${AGENT}/main.go

# Create non-root user
Expand Down

0 comments on commit 5badc00

Please sign in to comment.