Skip to content

Commit

Permalink
Image: set specifically the OS
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaulweber committed Feb 15, 2023
1 parent 21d1744 commit 750e46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN apk update \
&& apk add --no-cache ca-certificates \
&& update-ca-certificates

RUN CGO_ENABLED=0 \
RUN CGO_ENABLED=0 GOOS=linux \
go install github.com/kyleconroy/sqlc/cmd/[email protected] \
&& /go/bin/sqlc version

Expand Down

0 comments on commit 750e46b

Please sign in to comment.