Skip to content

Commit

Permalink
fix aio image from running with sslmode psql
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
  • Loading branch information
golanglemonade committed Aug 29, 2024
1 parent d87fcc6 commit 359a9a4
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 359a9a4

Please sign in to comment.