Skip to content

Commit b7f6b7e

Browse files
authored
Merge pull request #1 from fiskaly/feature/update_sqlc_1.25
Update sqlc and base image
2 parents ca2cebc + 5c58773 commit b7f6b7e

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2626
# SOFTWARE.
2727

28-
FROM golang:1.19-alpine \
28+
FROM golang:1.21-alpine \
2929
AS build
3030

3131
ENV USER=appuser
@@ -44,7 +44,7 @@ RUN apk update \
4444
&& update-ca-certificates
4545

4646
RUN CGO_ENABLED=0 GOOS=linux \
47-
go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.18.0 \
47+
go install github.com/sqlc-dev/sqlc/cmd/sqlc@v1.25.0 \
4848
&& /go/bin/sqlc version
4949

5050
FROM scratch \

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

22
# SQLC
33

4-
This project is proving a `docker` version of the `sqlc` tool.
4+
This project is providing a `docker` version of the `sqlc` tool.
5+
6+
See https://sqlc.dev/ for more information.

0 commit comments

Comments
 (0)