Skip to content

Commit

Permalink
Update Dockerfile.sidecar-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot authored May 31, 2024
1 parent 4ccc90f commit 4f56c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.sidecar-docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.21 as build-stage

WORKDIR /app
COPY .. .
RUN CGO_ENABLED=1 GOOS=linux go build -o bin/docker-sidecar cmd/main.go
RUN CGO_ENABLED=0 GOOS=linux go build -o bin/docker-sidecar cmd/main.go

FROM bash:latest as bash-stage

Expand Down

0 comments on commit 4f56c88

Please sign in to comment.