Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmartinez committed Jan 11, 2025
1 parent 0e66215 commit 4277a02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ RUN go mod download
COPY . .

# Build the application
RUN go build -ldflags "-X github.com/neuraltrust/ai-gateway-ce/pkg/version.Version=${VERSION} \
-X github.com/neuraltrust/ai-gateway-ce/pkg/version.GitCommit=${GIT_COMMIT} \
-X github.com/neuraltrust/ai-gateway-ce/pkg/version.BuildDate=${BUILD_DATE}" \
RUN go build -ldflags "-X github.com/NeuralTrust/ai-gateway-ce/pkg/version.Version=${VERSION} \
-X github.com/NeuralTrust/ai-gateway-ce/pkg/version.GitCommit=${GIT_COMMIT} \
-X github.com/NeuralTrust/ai-gateway-ce/pkg/version.BuildDate=${BUILD_DATE}" \
-o gateway ./cmd/gateway

# Final stage
Expand Down

0 comments on commit 4277a02

Please sign in to comment.