Skip to content

Commit

Permalink
Merge pull request #9 from theopenlane/fix-aio-image
Browse files Browse the repository at this point in the history
fix aio image from running with sslmode psql
  • Loading branch information
golanglemonade authored Aug 29, 2024
2 parents d87fcc6 + 359a9a4 commit 6a11993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/all-in-one/Dockerfile.all-in-one
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . .

RUN go mod download

RUN CGO_ENABLED=1 GOOS=linux go build -o /go/bin/core -a -ldflags '-linkmode external -extldflags "-static"' .
RUN CGO_ENABLED=1 GOOS=linux go build -o /go/bin/core -a -tags osusergo -ldflags '-linkmode external -extldflags "-static"' .

FROM cgr.dev/chainguard/bash:latest

Expand Down

0 comments on commit 6a11993

Please sign in to comment.