Skip to content

Commit

Permalink
Image: patched to v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaulweber committed Aug 18, 2023
1 parent 750e46b commit ca2cebc
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.17.0 \
go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.18.0 \
&& /go/bin/sqlc version

FROM scratch \
Expand Down

0 comments on commit ca2cebc

Please sign in to comment.