Skip to content

Commit

Permalink
Image: update sqlc to latest version v1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix147 committed Mar 5, 2024
1 parent 1917079 commit f2d5905
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 @@ -44,7 +44,7 @@ RUN apk update \
&& update-ca-certificates

RUN CGO_ENABLED=0 GOOS=linux \
go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.18.0 \
go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.25.0 \
&& /go/bin/sqlc version

FROM scratch \
Expand Down

0 comments on commit f2d5905

Please sign in to comment.