We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca2cebc + 5c58773 commit b7f6b7eCopy full SHA for b7f6b7e
2 files changed
Dockerfile
@@ -25,7 +25,7 @@
25
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
# SOFTWARE.
27
28
-FROM golang:1.19-alpine \
+FROM golang:1.21-alpine \
29
AS build
30
31
ENV USER=appuser
@@ -44,7 +44,7 @@ RUN apk update \
44
&& update-ca-certificates
45
46
RUN CGO_ENABLED=0 GOOS=linux \
47
- go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.18.0 \
+ go install github.com/sqlc-dev/sqlc/cmd/sqlc@v1.25.0 \
48
&& /go/bin/sqlc version
49
50
FROM scratch \
README.md
@@ -1,4 +1,6 @@
1
2
# SQLC
3
4
-This project is proving a `docker` version of the `sqlc` tool.
+This project is providing a `docker` version of the `sqlc` tool.
5
+
6
+See https://sqlc.dev/ for more information.
0 commit comments