We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f6b7e commit fc7453cCopy full SHA for fc7453c
1 file 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.21-alpine \
+FROM golang:1.25-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/sqlc-dev/sqlc/cmd/sqlc@v1.25.0 \
+ go install github.com/sqlc-dev/sqlc/cmd/sqlc@v1.30.0 \
48
&& /go/bin/sqlc version
49
50
FROM scratch \
0 commit comments