diff --git a/Dockerfile b/Dockerfile index 3485caa..607e6e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.23.12-alpine AS builder +FROM golang:1.26.6-alpine AS builder # Install build dependencies for CGo (required by go-sqlite3) RUN apk add --no-cache gcc musl-dev