Skip to content

Commit

Permalink
Merge pull request #1 from fiskaly/feature/update_sqlc_1.25
Browse files Browse the repository at this point in the history
Update sqlc and base image
  • Loading branch information
ppaulweber authored Mar 5, 2024
2 parents ca2cebc + 5c58773 commit b7f6b7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.19-alpine \
FROM golang:1.21-alpine \
AS build

ENV USER=appuser
Expand All @@ -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/sqlc-dev/sqlc/cmd/sqlc@v1.25.0 \
&& /go/bin/sqlc version

FROM scratch \
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

# SQLC

This project is proving a `docker` version of the `sqlc` tool.
This project is providing a `docker` version of the `sqlc` tool.

See https://sqlc.dev/ for more information.

0 comments on commit b7f6b7e

Please sign in to comment.