Skip to content

Commit

Permalink
[ci] Fix CGO_ENABLED for sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjooiopa committed Apr 21, 2024
1 parent efbd0a8 commit 7513328
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM golang:1.22.2

ENV CGO_ENABLED=0

WORKDIR /workspace
ADD go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit 7513328

Please sign in to comment.